Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DCNFFormula.cpp125 llvm::DenseMap<const Formula *, Variable> FormulaToVar; in buildCNF() local
137 if (!FormulaToVar.try_emplace(F, Var).second) in buildCNF()
148 auto GetVar = [&FormulaToVar](const Formula *F) { in buildCNF()
149 auto ValIt = FormulaToVar.find(F); in buildCNF()
150 assert(ValIt != FormulaToVar.end()); in buildCNF()