Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp296 Instruction *llvm::pgo::promoteIndirectCall(Instruction *Inst, in promoteIndirectCall() function in llvm::pgo
339 pgo::promoteIndirectCall(Inst, C.TargetFunction, Count, TotalCount, in tryToPromote()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DInstrumentation.h100 Instruction *promoteIndirectCall(Instruction *Inst, Function *F, uint64_t Count,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp818 pgo::promoteIndirectCall(I, R->getValue(), C, Sum, false, ORE); in inlineHotFunctions()