Home
last modified time | relevance | path

Searched defs:prof_counter (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2684 auto record_complete_computation = [&](llvm::Value* prof_counter) { in FinishVisit()
2713 llvm::Value* prof_counter, in UpdateProfileCounter()
2762 llvm::Value* prof_counter) { in RecordCycleDelta()
2771 llvm::IRBuilder<>* b, llvm::Value* prof_counter) { in RecordCompleteComputation()
2787 if (auto* prof_counter = GetProfileCounterFor(*hlo)) { in Postprocess() local