Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp386 if (!MBB->livein_empty()) { in canSpeculateInstrs()
479 if (!Tail->livein_empty()) { in canConvert()
493 if (!CmpBB->livein_empty()) { in canConvert()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DEarlyIfConversion.cpp204 if (!MBB->livein_empty()) { in canSpeculateInstrs()
299 if (!MBB->livein_empty()) { in canPredicateInstrs()
464 if (!Tail->livein_empty()) { in canConvertIf()
DLivePhysRegs.cpp258 assert(MBB.livein_empty() && "Expected empty live-in list"); in addLiveIns()
DMIRPrinter.cpp692 if (MRI.tracksLiveness() && !MBB.livein_empty()) { in print()
DMachineSink.cpp1707 if (!SI->livein_empty() && SI->pred_size() == 1) in tryToSinkCopy()
DMachineBasicBlock.cpp412 if (!livein_empty() && MRI.tracksLiveness()) { in print()
DMachineFunction.cpp562 if (RegInfo && !RegInfo->livein_empty()) { in print()
DLiveIntervals.cpp336 if ((&MBB != &MF->front() && !MBB.isEHPad()) || MBB.livein_empty()) in computeLiveInRegUnits()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h411 bool livein_empty() const { return LiveIns.empty(); }
485 } while (BlockI != BlockEnd && (*BlockI)->livein_empty());
DMachineRegisterInfo.h954 bool livein_empty() const { return LiveIns.empty(); } in livein_empty() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp1166 if (MRI.livein_empty()) { in getIndirectIndexBegin()