Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h100 using SpecMap = DenseMap<Function *, std::pair<unsigned, unsigned>>; variable
298 SmallVectorImpl<Spec> &AllSpecs, SpecMap &SM);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp679 SpecMap SM; in run()
872 SpecMap &SM) { in findSpecializations()