Searched refs:EntryB (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 587 MachineBasicBlock *EntryB = &getCode()->front(); in getEntryBlock() local 588 return findBlock(EntryB, G); in getEntryBlock() 898 MachineBasicBlock &EntryB = *EA.Addr->getCode(); in build() local 899 assert(EntryB.pred_empty() && "Function entry block has predecessors"); in build() 903 for (auto I : EntryB.liveins()) in build()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 1792 BasicBlock *EntryB = CurLoop->getLoopPreheader(); in recognize() local 1793 if (EntryB == nullptr) in recognize() 1836 if (scanSelect(SelI, LoopB, EntryB, CIV, PV, true)) { in recognize() 1889 FoundScan = scanSelect(SelI, LoopB, EntryB, CIV, PV, false); in recognize() 1909 BasicBlock::iterator At(EntryB->getTerminator()); in recognize()
|
| H A D | HexagonEarlyIfConv.cpp | 655 MachineBasicBlock *EntryB = GraphTraits<MachineFunction*>::getEntryNode(MFN); in visitLoop() local 656 Changed |= visitBlock(L ? HB : EntryB, L); in visitLoop()
|
| H A D | HexagonFrameLowering.cpp | 929 MachineBasicBlock &EntryB = MF.front(); in updateEntryPaths() local 930 Worklist.insert(EntryB.getNumber()); in updateEntryPaths()
|