Home
last modified time | relevance | path

Searched refs:hasBlockLabel (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp151 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 CppEmitter
920 if (!hasBlockLabel(block)) in emitLabel()