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.cpp1194 void CheckPrintPropsFlag(std::ostream *out, bool *printPropsFlag) in CheckPrintPropsFlag()
1212 static void CheckStartEnd(const BasicBlock *block, std::ostream *out, bool *printPropsFlag) in CheckStartEnd()
1224 static void CheckLoop(const BasicBlock *block, std::ostream *out, bool *printPropsFlag) in CheckLoop()
1240 static void CheckTryCatch(const BasicBlock *block, std::ostream *out, bool *printPropsFlag) in CheckTryCatch()
1266 bool printPropsFlag = false; in BlockProps() local