Searched refs:hasBlockLabel (Results 1 – 1 of 1) sorted by relevance
151 bool hasBlockLabel(Block &block);263 if (!(emitter.hasBlockLabel(successor))) in printOperation()290 if (!(emitter.hasBlockLabel(trueSuccessor))) { in printOperation()306 if (!(emitter.hasBlockLabel(falseSuccessor))) { in printOperation()718 bool CppEmitter::hasBlockLabel(Block &block) { in hasBlockLabel() function in CppEmitter920 if (!hasBlockLabel(block)) in emitLabel()