Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2188 BasicBlock *ZeroPred = nullptr; in maybethreadThroughTwoBasicBlocks() local
2195 ZeroPred = P; in maybethreadThroughTwoBasicBlocks()
2206 PredPredBB = ZeroPred; in maybethreadThroughTwoBasicBlocks()
2213 BasicBlock *SuccBB = CondBr->getSuccessor(PredPredBB == ZeroPred); in maybethreadThroughTwoBasicBlocks()