Searched refs:prof_counter (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.h | 490 llvm::Value* prof_counter); 494 llvm::Value* prof_counter); 501 void UpdateProfileCounter(llvm::IRBuilder<>* b, llvm::Value* prof_counter,
|
D | ir_emitter.cc | 2684 auto record_complete_computation = [&](llvm::Value* prof_counter) { in FinishVisit() argument 2685 if (prof_counter) { in FinishVisit() 2686 profiling_state_.RecordCompleteComputation(&b_, prof_counter); in FinishVisit() 2713 llvm::Value* prof_counter, in UpdateProfileCounter() argument 2718 b->CreateLoad(prof_counter, "old_cycle_count"); in UpdateProfileCounter() 2721 b->CreateStore(new_cycle_count, prof_counter); in UpdateProfileCounter() 2762 llvm::Value* prof_counter) { in RecordCycleDelta() argument 2766 UpdateProfileCounter(b, prof_counter, cycle_end, cycle_start); in RecordCycleDelta() 2771 llvm::IRBuilder<>* b, llvm::Value* prof_counter) { in RecordCompleteComputation() argument 2773 UpdateProfileCounter(b, prof_counter, last_read_cycle_end_, in RecordCompleteComputation() [all …]
|