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.cpp1196 void CheckPrintPropsFlag(std::ostream *out, bool *printPropsFlag) in CheckPrintPropsFlag()
1214 static void CheckStartEnd(const BasicBlock *block, std::ostream *out, bool *printPropsFlag) in CheckStartEnd()
1226 static void CheckLoop(const BasicBlock *block, std::ostream *out, bool *printPropsFlag) in CheckLoop()
1242 static void CheckTryCatch(const BasicBlock *block, std::ostream *out, bool *printPropsFlag) in CheckTryCatch()
1268 bool printPropsFlag = false; in BlockProps() local