Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.cpp548 MachineFunction::iterator outBlockItr(edge.second); in canSplitEdge() local
549 if (outBlockItr == mf->begin()) in canSplitEdge()
551 MachineBasicBlock *outBlockLayoutPred = llvm::prior(outBlockItr); in canSplitEdge()