Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp1195 void CheckPrintPropsFlag(std::ostream *out, bool *printPropsFlag) in CheckPrintPropsFlag()
1213 static void CheckStartEnd(const BasicBlock *block, std::ostream *out, bool *printPropsFlag) in CheckStartEnd()
1225 static void CheckLoop(const BasicBlock *block, std::ostream *out, bool *printPropsFlag) in CheckLoop()
1241 static void CheckTryCatch(const BasicBlock *block, std::ostream *out, bool *printPropsFlag) in CheckTryCatch()
1267 bool printPropsFlag = false; in BlockProps() local