Home
last modified time | relevance | path

Searched refs:EntryB (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp589 MachineBasicBlock *EntryB = &getCode()->front(); in getEntryBlock() local
590 return findBlock(EntryB, G); in getEntryBlock()
897 MachineBasicBlock &EntryB = *EA.Addr->getCode(); in build() local
898 assert(EntryB.pred_empty() && "Function entry block has predecessors"); in build()
902 for (auto I : EntryB.liveins()) in build()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1797 BasicBlock *EntryB = CurLoop->getLoopPreheader(); in recognize() local
1798 if (EntryB == nullptr) in recognize()
1841 if (scanSelect(SelI, LoopB, EntryB, CIV, PV, true)) { in recognize()
1894 FoundScan = scanSelect(SelI, LoopB, EntryB, CIV, PV, false); in recognize()
1914 BasicBlock::iterator At(EntryB->getTerminator()); in recognize()
H A DHexagonEarlyIfConv.cpp655 MachineBasicBlock *EntryB = GraphTraits<MachineFunction*>::getEntryNode(MFN); in visitLoop() local
656 Changed |= visitBlock(L ? HB : EntryB, L); in visitLoop()
H A DHexagonFrameLowering.cpp927 MachineBasicBlock &EntryB = MF.front(); in updateEntryPaths() local
928 Worklist.insert(EntryB.getNumber()); in updateEntryPaths()