Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DPhiValues.h108 void processPhi(const PHINode *PN, SmallVectorImpl<const PHINode *> &Stack);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp764 bool processPhi(PHINode &Phi, const TargetLibraryInfo &TLI, AliasAnalysis &AA, in processPhi() function
855 MadeChange |= processPhi(*Phi, TLI, AA, DTU); in runImpl()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h392 LogicalResult processPhi(ArrayRef<uint32_t> operands);
H A DDeserializeOps.cpp207 return processPhi(operands); in processInstruction()
H A DDeserializer.cpp1571 LogicalResult spirv::Deserializer::processPhi(ArrayRef<uint32_t> operands) { in processPhi() function in spirv::Deserializer