Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h36 bool EarlyLiveIntervals = false; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp205 static cl::opt<bool> EarlyLiveIntervals("early-live-intervals", cl::Hidden, variable
489 SET_BOOLEAN_OPTION(EarlyLiveIntervals) in getCGPassBuilderOption()
1459 if (EarlyLiveIntervals) in addOptimizedRegAlloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h1111 if (Opt.EarlyLiveIntervals) in addOptimizedRegAlloc()