Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/PPC/
H A DRegInfo.hs15 shortcutStatics
50 shortcutStatics :: (BlockId -> Maybe JumpDest) -> CmmStatics -> CmmStatics
51 shortcutStatics fn (Statics lbl statics) function
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/SPARC/
H A DShortcutJump.hs5 shortcutStatics,
46 shortcutStatics :: (BlockId -> Maybe JumpDest) -> CmmStatics -> CmmStatics
47 shortcutStatics fn (Statics lbl statics) function
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/
H A DAsmCodeGen.hs196 ,shortcutStatics = X86.Instr.shortcutStatics
216 ,shortcutStatics = PPC.RegInfo.shortcutStatics
236 ,shortcutStatics = SPARC.ShortcutJump.shortcutStatics
958 = CmmData sec (shortcutStatics ncgImpl (\bid -> mapLookup bid ufm) statics)
H A DNCGMonad.hs76 shortcutStatics :: (BlockId -> Maybe jumpDest) -> statics -> statics, function
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/X86/
H A DInstr.hs12 getJumpDestBlockId, canShortcut, shortcutStatics,
1021 shortcutStatics :: (BlockId -> Maybe JumpDest) -> (Alignment, CmmStatics) -> (Alignment, CmmStatics)
1022 shortcutStatics fn (align, Statics lbl statics) function