Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp387 if (!MBB->livein_empty()) { in canSpeculateInstrs()
480 if (!Tail->livein_empty()) { in canConvert()
494 if (!CmpBB->livein_empty()) { in canConvert()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp187 if (!MBB->livein_empty()) { in canSpeculateInstrs()
371 if (!Tail->livein_empty()) { in canConvertIf()
H A DLivePhysRegs.cpp259 assert(MBB.livein_empty() && "Expected empty live-in list"); in addLiveIns()
H A DMachineSink.cpp1108 if (!SI->livein_empty() && SI->pred_size() == 1) in tryToSinkCopy()
H A DMIRPrinter.cpp622 if (MRI.tracksLiveness() && !MBB.livein_empty()) { in print()
H A DMachineFunction.cpp478 if (RegInfo && !RegInfo->livein_empty()) { in print()
H A DMachineBasicBlock.cpp381 if (!livein_empty() && MRI.tracksLiveness()) { in print()
H A DLiveIntervals.cpp322 if ((&MBB != &MF->front() && !MBB.isEHPad()) || MBB.livein_empty()) in computeLiveInRegUnits()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h349 bool livein_empty() const { return LiveIns.empty(); }
H A DMachineRegisterInfo.h920 bool livein_empty() const { return LiveIns.empty(); } in livein_empty() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp1189 if (MRI.livein_empty()) { in getIndirectIndexBegin()