reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
415 MachineBasicBlock *getEntry();
924 while (Current != nullptr && Current->getEntry() != nullptr) { 946 O.getParent()->getParent() == getEntry()); 1031 LLVM_DEBUG(this->getEntry()->getParent()->dump()); 1683 auto Entry = Region->getEntry(); 1977 bool IsSingleBB = InnerRegion->getEntry() == InnerRegion->getExit(); 1995 if (IsSingleBB && DefInstr->getParent() == InnerRegion->getEntry()) { 2033 bool IsSingleBB = InnerRegion->getEntry() == InnerRegion->getExit(); 2141 MachineBasicBlock *Entry = CurrentRegion->getEntry(); 2295 if (CurrentRegion->getEntry() == CodeBB && !CurrentRegion->getHasLoop()) { 2316 bool IsRegionEntryBB = CurrentRegion->getEntry() == CodeBB; 2346 TII->insertBranch(*RegionExit, CurrentRegion->getEntry(), RegionExit, 2348 RegionExit->addSuccessor(CurrentRegion->getEntry()); 2376 MachineBasicBlock *CodeEntryBB = InnerRegion->getEntry(); 2381 bool isEntry = CurrentRegion->getEntry() == InnerRegion->getEntry(); 2381 bool isEntry = CurrentRegion->getEntry() == InnerRegion->getEntry(); 2404 TII->insertBranch(*RegionExit, CurrentRegion->getEntry(), RegionExit, 2543 MachineBasicBlock *Entry = LRegion->getEntry(); 2672 MachineBasicBlock *InnerEntry = InnerLRegion->getEntry(); 2734 if (isFunctionEntryBlock(LRegion->getEntry())) { 2735 resolvePHIInfos(LRegion->getEntry()); 2742 TII->materializeImmediate(*(LRegion->getEntry()), 2743 LRegion->getEntry()->getFirstTerminator(), DL, 2748 insertMergePHI(LRegion->getEntry(), LRegion->getExit(), NewSucc,