Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4876 DenseMap<Instruction *, Constant *> PHIValMap; in ComputeExitCountExhaustively() local
4877 PHIValMap[PN] = PHIVal; in ComputeExitCountExhaustively()
4879 dyn_cast_or_null<ConstantInt>(EvaluateExpression(Cond, L, PHIValMap, TD)); in ComputeExitCountExhaustively()
4890 Constant *NextPHI = EvaluateExpression(BEValue, L, PHIValMap, TD); in ComputeExitCountExhaustively()