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.h80 assert(MBB->getParent()->getRegInfo().tracksLiveness() && in initFromEndOfBlockToStartOfSeq()
97 assert(MBB->getParent()->getRegInfo().tracksLiveness() && in initInSeq()
H A DMachineRegisterInfo.h209 bool tracksLiveness() const { in tracksLiveness() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeLiveIntervals.cpp84 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.cpp598 if (RetVal && MRI->tracksLiveness()) in INITIALIZE_PASS_DEPENDENCY()
1568 if (MRI->tracksLiveness()) { in IfConvertSimple()
1671 if (MRI->tracksLiveness()) { in IfConvertTriangle()
1833 if (MRI->tracksLiveness()) { in IfConvertDiamondCommon()
1867 if (MRI->tracksLiveness()) { in IfConvertDiamondCommon()
H A DPostRASchedulerList.cpp222 MRI.tracksLiveness()) && in SchedulePostRATDList()
H A DMachineVerifier.cpp727 if (!MF->getProperties().hasNoPHIs() && MRI->tracksLiveness()) { in visitMachineBasicBlockBefore()
896 if (MRI->tracksLiveness()) { in visitMachineBasicBlockBefore()
2587 if (MRI->tracksLiveness() && !MI->isDebugInstr()) in visitMachineOperand()
3463 if (MRI->tracksLiveness()) in visitMachineFunctionAfter()
H A DMIRPrinter.cpp298 YamlMF.TracksRegLiveness = RegInfo.tracksLiveness(); in convertMRI()
H A DMachineCopyPropagation.cpp1038 bool TracksLiveness = MRI->tracksLiveness(); in ForwardCopyPropagateBlock()
H A DMachineBasicBlock.cpp422 if (!livein_empty() && MRI.tracksLiveness()) { in print()
H A DBranchFolding.cpp226 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
H A DRDFGraph.cpp917 if (MRI.tracksLiveness()) { in build()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1937 if (!RegClass || !MF.getRegInfo().tracksLiveness()) in findRenameRegForSameLdStRegPair()
2535 bool VisitSucc = CurMBB->getParent()->getRegInfo().tracksLiveness(); in findMatchingUpdateInsnForward()
3027 if (MBB.getParent()->getRegInfo().tracksLiveness()) { in optimizeBlock()
H A DAArch64InstrInfo.cpp9533 assert(MBB.getParent()->getRegInfo().tracksLiveness() && in getOutlinableRanges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp673 assert(RegInfo.tracksLiveness()); in parseRegisterInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6088 assert(MBB.getParent()->getRegInfo().tracksLiveness() && in isMBBSafeToOutlineFrom()