Searched defs:prof_counter (Results 1 – 1 of 1) sorted by relevance
2831 auto record_complete_computation = [&](llvm::Value* prof_counter) { in FinishVisit()2872 llvm::Value* prof_counter, in UpdateProfileCounter()2909 llvm::Value* prof_counter) { in RecordCycleDelta()2918 llvm::IRBuilder<>* b, llvm::Value* prof_counter) { in RecordCompleteComputation()3009 if (auto* prof_counter = GetProfileCounterFor(*hlo)) { in Postprocess() local