Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp183 struct PromotionCandidate { struct in __anone25302d10211::ICallPromotionFunc
184 Function *TargetFunction;
185 uint64_t Count;
187 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function