Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp221 InlineCostCallAnalyzer *const ICCA; member in __anon463f3bdb0111::InlineCostAnnotationWriter
224 InlineCostAnnotationWriter(InlineCostCallAnalyzer *ICCA) : ICCA(ICCA) {} in InlineCostAnnotationWriter() argument
1381 std::optional<InstructionCostDetail> Record = ICCA->getCostDetails(I); in emitInstructionAnnot()
1393 auto C = ICCA->getSimplifiedValue(const_cast<Instruction *>(I)); in emitInstructionAnnot()
3264 InlineCostCallAnalyzer ICCA(*CalledFunction, *CI, Params, TTI, in run() local
3266 ICCA.analyze(); in run()
3269 ICCA.print(OS); in run()