Searched defs:setExecutionCount (Results 1 – 2 of 2) sorted by relevance
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryBasicBlock.h | 655 void setExecutionCount(uint64_t Count) { ExecutionCount = Count; } setExecutionCount() function |
H A D | BinaryFunction.h | 1813 BinaryFunction &setExecutionCount(uint64_t Count) { setExecutionCount() function |