Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc2975 auto record_complete_computation = [&](llvm::Value* prof_counter) { in FinishVisit()
3016 llvm::Value* prof_counter, in UpdateProfileCounter()
3054 llvm::Value* prof_counter) { in RecordCycleDelta()
3063 llvm::IRBuilder<>* b, llvm::Value* prof_counter) { in RecordCompleteComputation()
3155 if (auto* prof_counter = GetProfileCounterFor(*hlo)) { in Postprocess() local