Searched refs:EntryB (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 579 MachineBasicBlock *EntryB = &getCode()->front(); in getEntryBlock() local 580 return findBlock(EntryB, G); in getEntryBlock() 913 MachineBasicBlock &EntryB = *EA.Addr->getCode(); in build() local 914 assert(EntryB.pred_empty() && "Function entry block has predecessors"); in build() 918 for (auto I : EntryB.liveins()) in build()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 1772 BasicBlock *EntryB = CurLoop->getLoopPreheader(); in recognize() local 1773 if (EntryB == nullptr) in recognize() 1818 if (scanSelect(SelI, LoopB, EntryB, CIV, PV, true)) { in recognize() 1871 FoundScan = scanSelect(SelI, LoopB, EntryB, CIV, PV, false); in recognize() 1891 BasicBlock::iterator At(EntryB->getTerminator()); in recognize()
|
| H A D | HexagonEarlyIfConv.cpp | 646 MachineBasicBlock *EntryB = GraphTraits<MachineFunction*>::getEntryNode(MFN); in visitLoop() local 647 Changed |= visitBlock(L ? HB : EntryB, L); in visitLoop()
|
| H A D | HexagonFrameLowering.cpp | 924 MachineBasicBlock &EntryB = MF.front(); in updateEntryPaths() local 925 Worklist.insert(EntryB.getNumber()); in updateEntryPaths()
|