Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp123 struct PromotionCandidate { struct in __anonb887d3240111::ICallPromotionFunc
124 Function *TargetFunction;
125 uint64_t Count;
127 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp184 struct PromotionCandidate { struct in __anon158aa31e0211::ICallPromotionFunc
185 Function *TargetFunction;
186 uint64_t Count;
188 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp153 struct PromotionCandidate { struct in __anon872c38fc0211::ICallPromotionFunc
154 Function *TargetFunction;
155 uint64_t Count;
156 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument