Home
last modified time | relevance | path

Searched defs:PromotionCandidate (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp153 struct PromotionCandidate { struct in __anon2c77f5680211::ICallPromotionFunc
154 Function *TargetFunction;
155 uint64_t Count;
156 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument