Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp60 if (PHINode *PhiPhiOp = dyn_cast<PHINode>(PhiOp)) { in processPhi() local
62 unsigned int OpDepthNumber = DepthMap.lookup(PhiPhiOp); in processPhi()
64 processPhi(PhiPhiOp, Stack); in processPhi()
65 OpDepthNumber = DepthMap.lookup(PhiPhiOp); in processPhi()