Searched refs:cycle_end (Results 1 – 2 of 2) sorted by relevance
502 llvm::Value* cycle_end, llvm::Value* cycle_start);
2714 llvm::Value* cycle_end, in UpdateProfileCounter() argument2716 auto* cycle_diff = b->CreateSub(cycle_end, cycle_start); in UpdateProfileCounter()2763 auto* cycle_end = ReadCycleCounter(b); in RecordCycleDelta() local2764 cycle_end->setName(IrName(hlo, "cycle_end")); in RecordCycleDelta()2766 UpdateProfileCounter(b, prof_counter, cycle_end, cycle_start); in RecordCycleDelta()2767 last_read_cycle_end_ = cycle_end; in RecordCycleDelta()