Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp371 PRI.FullyDefined = true; in AnalyzePhysRegInBundle()
378 if (PRI.FullyDefined || PRI.Clobbered) in AnalyzePhysRegInBundle()
H A DInlineSpiller.cpp990 if (RI.FullyDefined) in foldMemoryOperand()
H A DMachineBasicBlock.cpp1627 if (Info.FullyDefined || Info.Clobbered) in computeRegisterLiveness()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h263 bool FullyDefined; member