Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2219 BasicBlock *ZeroPred = nullptr; in maybethreadThroughTwoBasicBlocks() local
2229 ZeroPred = P; in maybethreadThroughTwoBasicBlocks()
2240 PredPredBB = ZeroPred; in maybethreadThroughTwoBasicBlocks()
2247 BasicBlock *SuccBB = CondBr->getSuccessor(PredPredBB == ZeroPred); in maybethreadThroughTwoBasicBlocks()