Searched refs:GetProfileCounterFor (Results 1 – 2 of 2) sorted by relevance
205 llvm::Value* GetProfileCounterFor(const HloInstruction& instruction);206 llvm::Value* GetProfileCounterFor(const HloComputation& computation);
2803 record_complete_computation(GetProfileCounterFor(*root->parent())); in FinishVisit()2822 llvm::Value* IrEmitter::GetProfileCounterFor( in GetProfileCounterFor() function in xla::cpu::IrEmitter2828 llvm::Value* IrEmitter::GetProfileCounterFor( in GetProfileCounterFor() function in xla::cpu::IrEmitter2972 if (auto* prof_counter = GetProfileCounterFor(*hlo)) { in Postprocess()