Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h281 void updateProfWeight(uint64_t S, uint64_t T);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp680 void Instruction::updateProfWeight(uint64_t S, uint64_t T) { in updateProfWeight() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1450 CI->updateProfWeight(CallCount, CalleeEntryCount.getCount()); in updateCallProfile()
1456 CI->updateProfWeight(CalleeEntryCount.getCount() - CallCount, in updateCallProfile()