Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp343 PRI.FullyDefined = true; in AnalyzePhysRegInBundle()
350 if (PRI.FullyDefined || PRI.Clobbered) in AnalyzePhysRegInBundle()
H A DMachineBasicBlock.cpp1530 if (Info.FullyDefined || Info.Clobbered) in computeRegisterLiveness()
H A DInlineSpiller.cpp915 if (RI.FullyDefined) in foldMemoryOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h256 bool FullyDefined; member