Home
last modified time | relevance | path

Searched refs:tracksLiveness (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h79 assert(MBB->getParent()->getRegInfo().tracksLiveness() && in initFromEndOfBlockToStartOfSeq()
96 assert(MBB->getParent()->getRegInfo().tracksLiveness() && in initInSeq()
H A DMachineRegisterInfo.h210 bool tracksLiveness() const { in tracksLiveness() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeLiveIntervals.cpp85 assert(MRI.tracksLiveness() && "OptimizeLiveIntervals expects liveness"); in runOnMachineFunction()
H A DWebAssemblyMemIntrinsicResults.cpp194 assert(MRI.tracksLiveness() && in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp579 if (RetVal && MRI->tracksLiveness()) in INITIALIZE_PASS_DEPENDENCY()
1549 if (MRI->tracksLiveness()) { in IfConvertSimple()
1652 if (MRI->tracksLiveness()) { in IfConvertTriangle()
1815 if (MRI->tracksLiveness()) { in IfConvertDiamondCommon()
1849 if (MRI->tracksLiveness()) { in IfConvertDiamondCommon()
H A DPostRASchedulerList.cpp217 MRI.tracksLiveness()) && in SchedulePostRATDList()
H A DMachineVerifier.cpp682 MachineFunctionProperties::Property::NoPHIs) && MRI->tracksLiveness()) { in visitMachineBasicBlockBefore()
851 if (MRI->tracksLiveness()) { in visitMachineBasicBlockBefore()
2458 if (MRI->tracksLiveness() && !MI->isDebugInstr()) in visitMachineOperand()
3309 if (MRI->tracksLiveness()) in visitMachineFunctionAfter()
H A DMIRPrinter.cpp313 MF.TracksRegLiveness = RegInfo.tracksLiveness(); in convert()
H A DMachineCopyPropagation.cpp935 bool TracksLiveness = MRI->tracksLiveness(); in ForwardCopyPropagateBlock()
H A DMachineBasicBlock.cpp422 if (!livein_empty() && MRI.tracksLiveness()) { in print()
H A DBranchFolding.cpp201 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
H A DRDFGraph.cpp918 if (MRI.tracksLiveness()) { in build()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1658 if (!RegClass || !MF.getRegInfo().tracksLiveness()) in findRenameRegForSameLdStRegPair()
2491 if (MBB.getParent()->getRegInfo().tracksLiveness()) { in optimizeBlock()
H A DAArch64InstrInfo.cpp8754 assert(MBB.getParent()->getRegInfo().tracksLiveness() && in getOutlinableRanges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp615 assert(RegInfo.tracksLiveness()); in parseRegisterInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6236 assert(MBB.getParent()->getRegInfo().tracksLiveness() && in isMBBSafeToOutlineFrom()