Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp384 if (!MBB->livein_empty()) { in canSpeculateInstrs()
477 if (!Tail->livein_empty()) { in canConvert()
491 if (!CmpBB->livein_empty()) { in canConvert()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp202 if (!MBB->livein_empty()) { in canSpeculateInstrs()
296 if (!MBB->livein_empty()) { in canPredicateInstrs()
468 if (!Tail->livein_empty()) { in canConvertIf()
H A DLivePhysRegs.cpp260 assert(MBB.livein_empty() && "Expected empty live-in list"); in addLiveIns()
H A DMIRPrinter.cpp713 if (!MBB.livein_empty()) { in print()
H A DMachineFunction.cpp619 if (RegInfo && !RegInfo->livein_empty()) { in print()
H A DMachineBasicBlock.cpp416 if (!livein_empty() && MRI.tracksLiveness()) { in print()
H A DMachineSink.cpp2006 if (!SI->livein_empty() && SI->pred_size() == 1) in tryToSinkCopy()
H A DLiveIntervals.cpp325 if ((&MBB != &MF->front() && !MBB.isEHPad()) || MBB.livein_empty()) in computeLiveInRegUnits()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h472 bool livein_empty() const { return LiveIns.empty(); }
548 } while (BlockI != BlockEnd && (*BlockI)->livein_empty());
H A DMachineRegisterInfo.h995 bool livein_empty() const { return LiveIns.empty(); } in livein_empty() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp1162 if (MRI.livein_empty()) { in getIndirectIndexBegin()