Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DSimplUtils.hs151 | StrictArg -- (StrictArg (f e1 ..en) K)[e] = K[ f e1 .. en e ] function
224 ppr (StrictArg { sc_fun = ai, sc_cont = cont })
398 contIsRhsOrArg (StrictArg {}) = True
415 contIsDupable (StrictArg { sc_dup = OkToDup }) = True -- ...ditto...
432 contResultType (StrictArg { sc_cont = k }) = contResultType k
444 contHoleType (StrictArg { sc_fun = ai }) = funArgTy (ai_type ai)
695 interesting (StrictArg { sc_fun = fun }) = strictArgContext fun
745 go (StrictArg { sc_fun = fun }) = ai_encl fun
H A DSimplify.hs1229 StrictArg { sc_fun = fun, sc_cont = cont } function
1879 (StrictArg { sc_fun = fun_info
3079 (StrictArg { sc_fun = fun, sc_cont = cont })
3090 , StrictArg { sc_fun = fun { ai_args = args' } function
3106 thumbsUpPlanA (StrictArg {}) = False
3207 , StrictArg { sc_dup = OkToDup function