OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tracksLiveness
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeLiveIntervals.cpp
80
assert(MRI.
tracksLiveness
() && "OptimizeLiveIntervals expects liveness");
WebAssemblyMemIntrinsicResults.cpp
195
assert(MRI.
tracksLiveness
() &&
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOutliner.h
140
assert(MBB->getParent()->getRegInfo().
tracksLiveness
() &&
MachineRegisterInfo.h
195
///
tracksLiveness
- Returns true when tracking register liveness accurately.
197
bool
tracksLiveness
() const {
199
MachineFunctionProperties::Property::
TracksLiveness
);
209
MachineFunctionProperties::Property::
TracksLiveness
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp
297
MF.TracksRegLiveness = RegInfo.
tracksLiveness
();
667
if (MRI.
tracksLiveness
() && !MBB.livein_empty()) {
IfConversion.cpp
584
if (RetVal && MRI->
tracksLiveness
())
1564
if (MRI->
tracksLiveness
()) {
1667
if (MRI->
tracksLiveness
()) {
1830
if (MRI->
tracksLiveness
()) {
1864
if (MRI->
tracksLiveness
()) {
PostRASchedulerList.cpp
219
MRI.
tracksLiveness
()) &&
MachineVerifier.cpp
601
MachineFunctionProperties::Property::NoPHIs) && MRI->
tracksLiveness
()) {
760
if (MRI->
tracksLiveness
()) {
1850
if (MRI->
tracksLiveness
() && !MI->isDebugValue())
2636
if (MRI->
tracksLiveness
())
BranchFolding.cpp
193
UpdateLiveIns = MRI.
tracksLiveness
() && TRI->trackLivenessAfterRegAlloc(MF);
MachineBasicBlock.cpp
412
if (!livein_empty() && MRI.
tracksLiveness
()) {
1628
MachineFunctionProperties::Property::
TracksLiveness
) &&
1636
MachineFunctionProperties::Property::
TracksLiveness
) &&
RDFGraph.cpp
901
if (MRI.
tracksLiveness
()) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
546
assert(RegInfo.
tracksLiveness
());
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp
1358
if (!RegClass || !MF.getRegInfo().
tracksLiveness
())
2234
if (MBB.getParent()->getRegInfo().
tracksLiveness
()) {
AArch64InstrInfo.cpp
6867
assert(MBB.getParent()->getRegInfo().
tracksLiveness
() &&
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
6052
assert(MBB.getParent()->getRegInfo().
tracksLiveness
() &&
Completed in 38 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026