Home
last modified time | relevance | path

Searched defs:BBPN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1080 if (const PHINode *BBPN = dyn_cast<PHINode>(BB->begin())) { in canMergeBlocks() local
1174 if (PHINode *BBPN = dyn_cast<PHINode>(BB->begin())) { in eliminateMostlyEmptyBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp884 PHINode *BBPN = dyn_cast<PHINode>(PN->getIncomingValueForBlock(BB)); in CanPropagatePredecessorsForPHIs() local