Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1114 bool ShouldExtendDef = false; in computeIntervals() local
1118 ShouldExtendDef |= !LocMO.isReg(); in computeIntervals()
1121 ShouldExtendDef = true; in computeIntervals()
1131 if (ShouldExtendDef) { in computeIntervals()