LLVM 22.0.0git
WarnMissedTransforms.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "transform-warning"

Functions

static void warnAboutLeftoverTransformations (Loop *L, OptimizationRemarkEmitter *ORE)
 Emit warnings for forced (i.e.
static void warnAboutLeftoverTransformations (Function *F, LoopInfo *LI, OptimizationRemarkEmitter *ORE)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "transform-warning"

Definition at line 20 of file WarnMissedTransforms.cpp.

Function Documentation

◆ warnAboutLeftoverTransformations() [1/2]

void warnAboutLeftoverTransformations ( Function * F,
LoopInfo * LI,
OptimizationRemarkEmitter * ORE )
static

◆ warnAboutLeftoverTransformations() [2/2]