OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSRRestore
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
ShrinkWrapping.cpp
146
CSRRestore
.clear();
174
/// in CSRSave,
CSRRestore
.
178
/// CSRSave has a single mapping,
CSRRestore
has mappings for each
568
if (!
CSRRestore
[MBB].empty() && MBB->succ_size() > 0) {
585
else if (!
CSRRestore
[MBB].empty())
586
prop =
CSRRestore
[MBB];
648
} else if (
CSRRestore
[MBB].contains(CSRSave[MBB]))
710
CSRRestore
[ReturnBlocks[ri]] |= CSRSave[MBB];
769
CSRRestore
[MBB] |= (AvailOut[MBB] - AnticOut[MBB]) & availOutSucc;
774
// CSRSave[EntryBlock] ==
CSRRestore
[B] for all B in ReturnBlocks
[
all
...]
PrologEpilogInserter.h
75
// to be restored at the end of a basic block (
CSRRestore
)
81
CSRegBlockMap
CSRRestore
;
PrologEpilogInserter.cpp
401
for (CSRegBlockMap::iterator BI =
CSRRestore
.begin(),
402
BE =
CSRRestore
.end(); BI != BE; ++BI) {
[
all
...]
Completed in 29 milliseconds