Home
last modified time | relevance | path

Searched refs:promoteIndirectCall (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h122 Instruction *promoteIndirectCall(Instruction *Inst, Function *F, uint64_t Count,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp297 Instruction *llvm::pgo::promoteIndirectCall(Instruction *Inst, in promoteIndirectCall() function in llvm::pgo
340 pgo::promoteIndirectCall(Inst, C.TargetFunction, Count, TotalCount, in tryToPromote()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1044 pgo::promoteIndirectCall(I, R->getValue(), C, Sum, false, ORE); in inlineHotFunctions()