Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2070 auto SimplifyPHINode = [&](PHINode *PN) -> Value * { in replaceCongruentIVs() local
2083 if (Value *V = SimplifyPHINode(Phi)) { in replaceCongruentIVs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4513 static Value *SimplifyPHINode(PHINode *PN, const SimplifyQuery &Q) { in SimplifyPHINode() function
5953 Result = SimplifyPHINode(cast<PHINode>(I), Q); in SimplifyInstruction()