Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h98 using ConstMap = DenseMap<Value *, Constant *>; variable
181 ConstMap KnownConstants;
192 ConstMap::iterator LastVisited;
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp151 static Constant *findConstantFor(Value *V, ConstMap &KnownConstants) { in findConstantFor()