Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1715 auto SimplifyPHINode = [&](PHINode *PN) -> Value * { in replaceCongruentIVs() local
1728 if (Value *V = SimplifyPHINode(Phi)) { in replaceCongruentIVs()
DInstructionSimplify.cpp3650 static Value *SimplifyPHINode(PHINode *PN, const Query &Q) { in SimplifyPHINode() function
4071 Result = SimplifyPHINode(cast<PHINode>(I), Query(DL, TLI, DT, AC, I)); in SimplifyInstruction()