Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1883 auto SimplifyPHINode = [&](PHINode *PN) -> Value * { in replaceCongruentIVs() local
1896 if (Value *V = SimplifyPHINode(Phi)) { in replaceCongruentIVs()
H A DInstructionSimplify.cpp4294 static Value *SimplifyPHINode(PHINode *PN, const SimplifyQuery &Q) { in SimplifyPHINode() function
5327 Result = SimplifyPHINode(cast<PHINode>(I), Q); in SimplifyInstruction()