Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp49 void PhiValues::processPhi(const PHINode *Phi, in processPhi() function in PhiValues
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp776 bool processPhi(PHINode &Phi, const TargetLibraryInfo &TLI, AliasAnalysis &AA, in processPhi() function
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1733 LogicalResult spirv::Deserializer::processPhi(ArrayRef<uint32_t> operands) { processPhi() function in spirv::Deserializer