Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp49 void PhiValues::processPhi(const PHINode *Phi, in processPhi() function in PhiValues
64 processPhi(PhiPhiOp, Stack); in processPhi()
129 processPhi(PN, Stack); in getValuesForPhi()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPhiValues.h74 /// The next depth number to be used by processPhi.
100 /// A set of callbacks to the values that processPhi has seen.
108 void processPhi(const PHINode *PN, SmallVectorImpl<const PHINode *> &Stack);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp776 bool processPhi(PHINode &Phi, const TargetLibraryInfo &TLI, AliasAnalysis &AA, in processPhi() function
867 MadeChange |= processPhi(*Phi, TLI, AA, DTU); in runImpl()