Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1778 auto SimplifyPHINode = [&](PHINode *PN) -> Value * { in replaceCongruentIVs() local
1791 if (Value *V = SimplifyPHINode(Phi)) { in replaceCongruentIVs()
DInstructionSimplify.cpp3710 static Value *SimplifyPHINode(PHINode *PN, const Query &Q) { in SimplifyPHINode() function
4215 Result = SimplifyPHINode(cast<PHINode>(I), Query(DL, TLI, DT, AC, I)); in SimplifyInstruction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp2304 static Value *SimplifyPHINode(PHINode *PN, const DominatorTree *DT) { in SimplifyPHINode() function
2512 Result = SimplifyPHINode(cast<PHINode>(I), DT); in SimplifyInstruction()