Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOptimizationRemarkEmitter.cpp46 Remark.setHotness(computeHotness(*MBB)); in computeHotness()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DOptimizationRemarkEmitter.cpp70 OptDiag.setHotness(computeHotness(V)); in computeHotness()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDiagnosticInfo.h460 void setHotness(Optional<uint64_t> H) { Hotness = H; } in setHotness() function