Searched refs:TargetFunction (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 185 Function *TargetFunction; member 188 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() 267 Function *TargetFunction = Symtab->getFunction(Target); in getPromotionCandidatesForCallSite() local 268 if (TargetFunction == nullptr) { in getPromotionCandidatesForCallSite() 279 if (!isLegalToPromote(CallSite(Inst), TargetFunction, &Reason)) { in getPromotionCandidatesForCallSite() 285 << NV("TargetFunction", TargetFunction) << " with count of " in getPromotionCandidatesForCallSite() 291 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite() 340 pgo::promoteIndirectCall(Inst, C.TargetFunction, Count, TotalCount, in tryToPromote()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 154 Function *TargetFunction; member 156 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() 217 Function *&TargetFunction) { in isPromotionLegal() argument 250 TargetFunction = DirectCallee; in isPromotionLegal() 290 Function *TargetFunction = nullptr; in getPromotionCandidatesForCallSite() local 291 TargetStatus Status = isPromotionLegal(Inst, Target, TargetFunction); in getPromotionCandidatesForCallSite() 303 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite() 584 promote(Inst, C.TargetFunction, Count, TotalCount); in tryToPromote()
|
/external/libchrome/base/profiler/ |
D | stack_sampling_profiler_unittest.cc | 100 using TargetFunction = const void* (*)(WaitableEvent*, typedef 538 TargetFunction target_function) { in FindFirstFrameWithinFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1207 Function **TargetFunction = nullptr);
|