Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
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()
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()
DHexagonEarlyIfConv.cpp655 MachineBasicBlock *EntryB = GraphTraits<MachineFunction*>::getEntryNode(MFN); in visitLoop() local
656 Changed |= visitBlock(L ? HB : EntryB, L); in visitLoop()
DHexagonFrameLowering.cpp748 MachineBasicBlock &EntryB = MF.front(); in updateEntryPaths() local
749 Worklist.insert(EntryB.getNumber()); in updateEntryPaths()
/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp607 MachineBasicBlock *EntryB = GraphTraits<MachineFunction*>::getEntryNode(MFN); in visitLoop() local
608 Changed |= visitBlock(L ? HB : EntryB, L); in visitLoop()
DRDFGraph.cpp559 MachineBasicBlock *EntryB = &getCode()->front(); in getEntryBlock() local
560 return findBlock(EntryB, G); in getEntryBlock()