Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp131 class ICallPromotionFunc { class
204 ICallPromotionFunc(const ICallPromotionFunc &other) = delete;
205 ICallPromotionFunc &operator=(const ICallPromotionFunc &other) = delete;
208 ICallPromotionFunc(Function &Func, Module *Modu, InstrProfSymtab *Symtab) in ICallPromotionFunc() function in __anon2c77f5680211::ICallPromotionFunc
215 ICallPromotionFunc::TargetStatus
216 ICallPromotionFunc::isPromotionLegal(Instruction *Inst, uint64_t Target, in isPromotionLegal()
256 std::vector<ICallPromotionFunc::PromotionCandidate>
257 ICallPromotionFunc::getPromotionCandidatesForCallSite( in getPromotionCandidatesForCallSite()
527 void ICallPromotionFunc::promote(Instruction *Inst, Function *DirectCallee, in promote()
577 uint32_t ICallPromotionFunc::tryToPromote( in tryToPromote()
[all …]