Home
last modified time | relevance | path

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

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