Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp347 PRI.FullyDefined = true; in AnalyzePhysRegInBundle()
354 if (PRI.FullyDefined || PRI.Clobbered) in AnalyzePhysRegInBundle()
H A DMachineBasicBlock.cpp1674 if (Info.FullyDefined || Info.Clobbered) in computeRegisterLiveness()
H A DInlineSpiller.cpp1009 if (RI.FullyDefined) in foldMemoryOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h265 bool FullyDefined; member