Searched refs:SubstitutionsCache (Results 1 – 2 of 2) sorted by relevance
233 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache) { in substituteBoolValue() argument234 auto It = SubstitutionsCache.find(&Val); in substituteBoolValue()235 if (It != SubstitutionsCache.end()) { in substituteBoolValue()275 substituteBoolValue(IV.getLeftSubValue(), SubstitutionsCache); in substituteBoolValue()277 substituteBoolValue(IV.getRightSubValue(), SubstitutionsCache); in substituteBoolValue()284 substituteBoolValue(BV.getLeftSubValue(), SubstitutionsCache); in substituteBoolValue()293 SubstitutionsCache[&Val] = Result; in substituteBoolValue()304 llvm::DenseMap<BoolValue *, BoolValue *> SubstitutionsCache( in buildAndSubstituteFlowCondition() local311 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache) { in buildAndSubstituteFlowConditionWithCache() argument320 *DepToken, SubstitutionsCache); in buildAndSubstituteFlowConditionWithCache()[all …]
297 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache);306 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache);