Searched refs:PHIValMap (Results 1 – 1 of 1) sorted by relevance
4876 DenseMap<Instruction *, Constant *> PHIValMap; in ComputeExitCountExhaustively() local4877 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()