Home
last modified time | relevance | path

Searched defs:oe_lyrics_item (Results 1 – 1 of 1) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp11 /// This file implements a pass that transforms irreducible control flow into
12 /// reducible control flow. Irreducible control flow means multiple-entry
13 /// loops; they appear as CFG cycles that are not recorded in MachineLoopInfo
16 /// Note that LLVM has a generic pass that lowers irreducible control flow, but
17 /// it linearizes control flow, turning diamonds into two triangles, which is