Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp233 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache) { in substituteBoolValue() argument
234 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() local
311 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache) { in buildAndSubstituteFlowConditionWithCache() argument
320 *DepToken, SubstitutionsCache); in buildAndSubstituteFlowConditionWithCache()
[all …]
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h297 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache);
306 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache);