Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2084 auto SimplifyPHINode = [&](PHINode *PN) -> Value * { in replaceCongruentIVs() local
2097 if (Value *V = SimplifyPHINode(Phi)) { in replaceCongruentIVs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4588 static Value *SimplifyPHINode(PHINode *PN, ArrayRef<Value *> IncomingValues, in SimplifyPHINode() function
6204 Result = SimplifyPHINode(cast<PHINode>(I), NewOps, Q); in simplifyInstructionWithOperands()