Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineOutliner.h79 assert(MBB->getParent()->getRegInfo().tracksLiveness() && in initFromEndOfBlockToStartOfSeq()
96 assert(MBB->getParent()->getRegInfo().tracksLiveness() && in initInSeq()
DMachineRegisterInfo.h209 bool tracksLiveness() const { in tracksLiveness() function
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeLiveIntervals.cpp85 assert(MRI.tracksLiveness() && "OptimizeLiveIntervals expects liveness"); in runOnMachineFunction()
DWebAssemblyMemIntrinsicResults.cpp194 assert(MRI.tracksLiveness() && in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DIfConversion.cpp582 if (RetVal && MRI->tracksLiveness()) in INITIALIZE_PASS_DEPENDENCY()
1562 if (MRI->tracksLiveness()) { in IfConvertSimple()
1665 if (MRI->tracksLiveness()) { in IfConvertTriangle()
1828 if (MRI->tracksLiveness()) { in IfConvertDiamondCommon()
1862 if (MRI->tracksLiveness()) { in IfConvertDiamondCommon()
DPostRASchedulerList.cpp217 MRI.tracksLiveness()) && in SchedulePostRATDList()
DMachineVerifier.cpp625 MachineFunctionProperties::Property::NoPHIs) && MRI->tracksLiveness()) { in visitMachineBasicBlockBefore()
791 if (MRI->tracksLiveness()) { in visitMachineBasicBlockBefore()
2060 if (MRI->tracksLiveness() && !MI->isDebugInstr()) in visitMachineOperand()
2873 if (MRI->tracksLiveness()) in visitMachineFunctionAfter()
DMIRPrinter.cpp306 MF.TracksRegLiveness = RegInfo.tracksLiveness(); in convert()
DMachineBasicBlock.cpp414 if (!livein_empty() && MRI.tracksLiveness()) { in print()
DBranchFolding.cpp197 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
DRDFGraph.cpp902 if (MRI.tracksLiveness()) { in build()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp1354 if (!RegClass || !MF.getRegInfo().tracksLiveness()) in canRenameUpToDef()
2264 if (MBB.getParent()->getRegInfo().tracksLiveness()) { in optimizeBlock()
DAArch64InstrInfo.cpp7623 assert(MBB.getParent()->getRegInfo().tracksLiveness() && in isMBBSafeToOutlineFrom()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp586 assert(RegInfo.tracksLiveness()); in parseRegisterInfo()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp6233 assert(MBB.getParent()->getRegInfo().tracksLiveness() && in isMBBSafeToOutlineFrom()