Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h96 DenseMap<Value *, unsigned> &getValue2Index() { return Value2Index; } in getValue2Index() function
97 const DenseMap<Value *, unsigned> &getValue2Index() const { in getValue2Index() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp287 DenseMap<Value *, unsigned> &getValue2Index(bool Signed) { getValue2Index() function in __anon74ef54230111::ConstraintInfo
290 const DenseMap<Value *, unsigned> &getValue2Index(bool Signed) const { getValue2Index() function in __anon74ef54230111::ConstraintInfo
[all...]