Home
last modified time | relevance | path

Searched defs:isCodegen (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager.cpp195 bool isCodegen = std::string("Codegen") == pass->GetPassName(); in RunPass() local
211 bool PassManager::RunPassChecker(Pass *pass, bool result, bool isCodegen) in RunPassChecker()
223 bool PassManager::RunPassChecker(Pass *pass, bool result, bool isCodegen) in RunPassChecker()