Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp151 InlineCostCallAnalyzer *const ICCA; member in __anon2e965c1c0111::InlineCostAnnotationWriter
154 InlineCostAnnotationWriter(InlineCostCallAnalyzer *ICCA) : ICCA(ICCA) {} in InlineCostAnnotationWriter() argument
958 Optional<InstructionCostDetail> Record = ICCA->getCostDetails(I); in emitInstructionAnnot()
970 auto C = ICCA->getSimplifiedValue(const_cast<Instruction *>(I)); in emitInstructionAnnot()
2796 InlineCostCallAnalyzer ICCA(*CalledFunction, *CI, Params, TTI, in run() local
2798 ICCA.analyze(); in run()
2801 ICCA.print(); in run()