Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2329 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() local
2330 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in threadThroughTwoBasicBlocks()
2331 if (PredPredTerm->getSuccessor(i) == PredBB) { in threadThroughTwoBasicBlocks()
2333 PredPredTerm->setSuccessor(i, NewBB); in threadThroughTwoBasicBlocks()