Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp73 uint64_t TopLabel = ControlFlowCounter++; in printInst() local
75 printAnnotation(OS, "label" + utostr(TopLabel) + ':'); in printInst()
76 ControlFlowStack.push_back(std::make_pair(TopLabel, true)); in printInst()