Searched refs:prof_counter (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.h | 504 llvm::Value* prof_counter); 508 llvm::Value* prof_counter); 515 void UpdateProfileCounter(llvm::IRBuilder<>* b, llvm::Value* prof_counter,
|
D | ir_emitter.cc | 2794 auto record_complete_computation = [&](llvm::Value* prof_counter) { in FinishVisit() argument 2795 if (prof_counter) { in FinishVisit() 2796 profiling_state_.RecordCompleteComputation(&b_, prof_counter); in FinishVisit() 2835 llvm::Value* prof_counter, in UpdateProfileCounter() argument 2840 b->CreateLoad(prof_counter, "old_cycle_count"); in UpdateProfileCounter() 2843 b->CreateStore(new_cycle_count, prof_counter); in UpdateProfileCounter() 2872 llvm::Value* prof_counter) { in RecordCycleDelta() argument 2876 UpdateProfileCounter(b, prof_counter, cycle_end, cycle_start); in RecordCycleDelta() 2881 llvm::IRBuilder<>* b, llvm::Value* prof_counter) { in RecordCompleteComputation() argument 2883 UpdateProfileCounter(b, prof_counter, last_read_cycle_end_, in RecordCompleteComputation() [all …]
|