Searched defs:ICallPromotionFunc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp131 class ICallPromotionFunc { class in namespace:__anon14670
204 ICallPromotionFunc(const ICallPromotionFunc &other) = delete;
205 ICallPromotionFunc &operator=(const ICallPromotionFunc &other) = delete;
208 ICallPromotionFunc(Function &Func, Module *Modu, InstrProfSymtab *Symtab) function in class:__anon14670::ICallPromotionFunc
215 ICallPromotionFunc::TargetStatus
216 ICallPromotionFunc::isPromotionLegal(Instruction *Inst, uint64_t Target,
256 std::vector<ICallPromotionFunc::PromotionCandidate>
257 ICallPromotionFunc
[all...]

Completed in 721 milliseconds