Home
last modified time | relevance | path

Searched defs:Value2Index (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h74 : NumVariables(Value2Index.size()), Value2Index(Value2Index) {} in ConstraintSystem() argument
55 DenseMap<Value *, unsigned> Value2Index; global() variable
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp278 auto &Value2Index = getValue2Index(false); ConstraintInfo() local
661 auto &Value2Index = getValue2Index(IsSigned); getConstraint() local
757 auto &Value2Index = getValue2Index(false); getConstraintForSolving() local
896 dumpConstraint(ArrayRef<int64_t> C,const DenseMap<Value *,unsigned> & Value2Index) dumpConstraint() argument
1230 auto &Value2Index = Info.getValue2Index(IsSigned); generateReproducer() local
1286 auto &Value2Index = Info.getValue2Index(IsSigned); generateReproducer() local
1538 auto &Value2Index = getValue2Index(R.IsSigned); addFact() local
[all...]