Searched refs:get_dependency_cost (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_statistics.cpp80 unsigned get_dependency_cost(aco_ptr<Instruction>& instr);
284 BlockCycleEstimator::get_dependency_cost(aco_ptr<Instruction>& instr) function in class:aco::BlockCycleEstimator
327 int32_t dep = get_dependency_cost(instr);
357 cur_cycle += get_dependency_cost(instr);

Completed in 2 milliseconds