Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp24 static void warnAboutLeftoverTransformations(Loop *L, in warnAboutLeftoverTransformations() function
85 static void warnAboutLeftoverTransformations(Function *F, LoopInfo *LI, in warnAboutLeftoverTransformations() function
88 warnAboutLeftoverTransformations(L, ORE); in warnAboutLeftoverTransformations()
102 warnAboutLeftoverTransformations(&F, &LI, &ORE); in run()