Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp151 InlineCostCallAnalyzer *const ICCA; member in __anon797094460111::InlineCostAnnotationWriter
154 InlineCostAnnotationWriter(InlineCostCallAnalyzer *ICCA) : ICCA(ICCA) {} in InlineCostAnnotationWriter()
2796 InlineCostCallAnalyzer ICCA(*CalledFunction, *CI, Params, TTI, in run() local