Home
last modified time | relevance | path

Searched refs:GetCurrentPassIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager_statistics.h62 auto GetCurrentPassIndex() const in GetCurrentPassIndex() function
Dpass_manager.cpp85 …lename << "pass_" << std::setw(IMM_4) << std::setfill('0') << stats_->GetCurrentPassIndex() << "_"; in GetFileName()
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager_statistics.h62 auto GetCurrentPassIndex() const in GetCurrentPassIndex() function
Dpass_manager.cpp76 …lename << "pass_" << std::setw(IMM_4) << std::setfill('0') << stats_->GetCurrentPassIndex() << "_"; in GetFileName()