Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h60 getPromotionCandidatesForInstruction(const Instruction *I, uint32_t &NumVals,
/external/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp97 ICallPromotionAnalysis::getPromotionCandidatesForInstruction( in getPromotionCandidatesForInstruction() function in ICallPromotionAnalysis
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp601 auto ICallProfDataRef = ICallAnalysis.getPromotionCandidatesForInstruction( in processFunction()