|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/MachineOutliner.h 139 assert(MBB->getParent()->getRegInfo().tracksLiveness() &&
lib/CodeGen/BranchFolding.cpp 194 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF);
lib/CodeGen/IfConversion.cpp 579 if (RetVal && MRI->tracksLiveness())
1557 if (MRI->tracksLiveness()) {
1660 if (MRI->tracksLiveness()) {
1823 if (MRI->tracksLiveness()) {
1857 if (MRI->tracksLiveness()) {
lib/CodeGen/MIRParser/MIRParser.cpp 497 assert(RegInfo.tracksLiveness());
lib/CodeGen/MIRPrinter.cpp 289 MF.TracksRegLiveness = RegInfo.tracksLiveness();
668 if (MRI.tracksLiveness() && !MBB.livein_empty()) {
lib/CodeGen/MachineBasicBlock.cpp 390 if (!livein_empty() && MRI.tracksLiveness()) {
lib/CodeGen/MachineVerifier.cpp 622 MachineFunctionProperties::Property::NoPHIs) && MRI->tracksLiveness()) {
798 if (MRI->tracksLiveness()) {
1650 if (MRI->tracksLiveness() && !MI->isDebugValue())
lib/CodeGen/PostRASchedulerList.cpp 220 MRI.tracksLiveness()) &&
lib/Target/AArch64/AArch64InstrInfo.cpp 5309 assert(MBB.getParent()->getRegInfo().tracksLiveness() &&
lib/Target/Hexagon/RDFGraph.cpp 899 if (MRI.tracksLiveness()) {
lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp 195 assert(MRI.tracksLiveness() &&
lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp 79 assert(MRI.tracksLiveness() && "OptimizeLiveIntervals expects liveness");