Searched refs:EntryB (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 580 MachineBasicBlock *EntryB = &getCode()->front(); in getEntryBlock() local 581 return findBlock(EntryB, G); in getEntryBlock() 914 MachineBasicBlock &EntryB = *EA.Addr->getCode(); in build() local 915 assert(EntryB.pred_empty() && "Function entry block has predecessors"); in build() 919 for (auto I : EntryB.liveins()) in build()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1786 BasicBlock *EntryB = CurLoop->getLoopPreheader(); in recognize() local 1787 if (EntryB == nullptr) in recognize() 1830 if (scanSelect(SelI, LoopB, EntryB, CIV, PV, true)) { in recognize() 1883 FoundScan = scanSelect(SelI, LoopB, EntryB, CIV, PV, false); in recognize() 1903 BasicBlock::iterator At(EntryB->getTerminator()); in recognize()
|
H A D | HexagonEarlyIfConv.cpp | 653 MachineBasicBlock *EntryB = GraphTraits<MachineFunction*>::getEntryNode(MFN); in visitLoop() local 654 Changed |= visitBlock(L ? HB : EntryB, L); in visitLoop()
|
H A D | HexagonFrameLowering.cpp | 932 MachineBasicBlock &EntryB = MF.front(); in updateEntryPaths() local 933 Worklist.insert(EntryB.getNumber()); in updateEntryPaths()
|