Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp2800 DenseMap<Function *, Function *> &FnMap) { in internalizeFunctions() argument
2805 FnMap.clear(); in internalizeFunctions()
2844 FnMap[F] = Copied; in internalizeFunctions()
2850 auto &InternalizedFn = FnMap[F]; in internalizeFunctions()
2853 return !FnMap.lookup(CB->getCaller()); in internalizeFunctions()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDAttributor.h2431 DenseMap<Function *, Function *> &FnMap);