Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2195 BasicBlock *ZeroPred = nullptr; in maybethreadThroughTwoBasicBlocks() local
2205 ZeroPred = P; in maybethreadThroughTwoBasicBlocks()
2216 PredPredBB = ZeroPred; in maybethreadThroughTwoBasicBlocks()
2223 BasicBlock *SuccBB = CondBr->getSuccessor(PredPredBB == ZeroPred); in maybethreadThroughTwoBasicBlocks()