Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLoopInfo.cpp62 MachineBasicBlock *PriorMBB = &*std::prev(TopMBB->getIterator()); in getTopBlock() local
63 while (contains(PriorMBB)) { in getTopBlock()
64 TopMBB = PriorMBB; in getTopBlock()
67 PriorMBB = &*std::prev(TopMBB->getIterator()); in getTopBlock()