Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1076 bool ShouldExtendDef = false; in computeIntervals() local
1080 ShouldExtendDef |= !LocMO.isReg(); in computeIntervals()
1083 ShouldExtendDef = true; in computeIntervals()
1093 if (ShouldExtendDef) { in computeIntervals()