Searched refs:EntryB (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 608 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()
|
D | HexagonLoopIdiomRecognition.cpp | 1776 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()
|
D | HexagonEarlyIfConv.cpp | 655 MachineBasicBlock *EntryB = GraphTraits<MachineFunction*>::getEntryNode(MFN); in visitLoop() local 656 Changed |= visitBlock(L ? HB : EntryB, L); in visitLoop()
|
D | HexagonFrameLowering.cpp | 748 MachineBasicBlock &EntryB = MF.front(); in updateEntryPaths() local 749 Worklist.insert(EntryB.getNumber()); in updateEntryPaths()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 607 MachineBasicBlock *EntryB = GraphTraits<MachineFunction*>::getEntryNode(MFN); in visitLoop() local 608 Changed |= visitBlock(L ? HB : EntryB, L); in visitLoop()
|
D | RDFGraph.cpp | 559 MachineBasicBlock *EntryB = &getCode()->front(); in getEntryBlock() local 560 return findBlock(EntryB, G); in getEntryBlock()
|