Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/Hoopl/
H A DDataflow.hs435 joinBlocksOO BNil b = b function
436 joinBlocksOO b BNil = b function
437 joinBlocksOO (BMiddle n) b = blockCons n b function
438 joinBlocksOO b (BMiddle n) = blockSnoc b n function
439 joinBlocksOO b1 b2 = BCat b1 b2 function