Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp184 struct PromotionCandidate { struct in __anon8e7085d00211::ICallPromotionFunc
185 Function *TargetFunction;
186 uint64_t Count;
188 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function