Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1118 bool ShouldExtendDef = false; in computeIntervals() local
1122 ShouldExtendDef |= !LocMO.isReg(); in computeIntervals()
1125 ShouldExtendDef = true; in computeIntervals()
1135 if (ShouldExtendDef) { in computeIntervals()