Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp184 struct PromotionCandidate { struct in __anonbf3a5e0f0211::ICallPromotionFunc
185 Function *TargetFunction;
186 uint64_t Count;
188 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp153 struct PromotionCandidate { struct in __anonf5f7ffad0211::ICallPromotionFunc
154 Function *TargetFunction;
155 uint64_t Count;
156 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument