Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp608 MachineBasicBlock *EntryB = &getCode()->front(); in getEntryBlock() local
609 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()
H A DHexagonLoopIdiomRecognition.cpp1776 BasicBlock *EntryB = CurLoop->getLoopPreheader(); in recognize() local
1777 if (EntryB == nullptr) in recognize()
1820 if (scanSelect(SelI, LoopB, EntryB, CIV, PV, true)) { in recognize()
1873 FoundScan = scanSelect(SelI, LoopB, EntryB, CIV, PV, false); in recognize()
1893 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.cpp779 MachineBasicBlock &EntryB = MF.front(); in updateEntryPaths() local
780 Worklist.insert(EntryB.getNumber()); in updateEntryPaths()