Go to the source code of this file.
|
static cl::opt< bool > | EnableDiscriminateMemops (DEBUG_TYPE, cl::init(false), cl::desc("Generate unique debug info for each instruction with a memory " "operand. Should be enabled for profile-driven cache prefetching, " "both in the build of the binary being profiled, as well as in " "the build of the binary consuming the profile."), cl::Hidden) |
|
static cl::opt< bool > | BypassPrefetchInstructions ("x86-bypass-prefetch-instructions", cl::init(true), cl::desc("When discriminating instructions with memory operands, ignore " "prefetch instructions. This ensures the other memory operand " "instructions have the same identifiers after inserting " "prefetches, allowing for successive insertions."), cl::Hidden) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "x86-discriminate-memops" |
◆ BypassPrefetchInstructions
◆ EnableDiscriminateMemops