Searched refs:ICallProfDataRef (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 357 auto ICallProfDataRef = ICallAnalysis.getPromotionCandidatesForInstruction( in processFunction() local 363 I, ICallProfDataRef, TotalCount, NumCandidates); in processFunction() 375 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 601 auto ICallProfDataRef = ICallAnalysis.getPromotionCandidatesForInstruction( in processFunction() local 606 I, ICallProfDataRef, TotalCount, NumCandidates); in processFunction() 618 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
|