OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsedCSRegs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
ShrinkWrapping.cpp
142
UsedCSRegs
.clear();
397
UsedCSRegs
.set(inx);
413
// If instruction I reads or modifies Reg, add it to
UsedCSRegs
,
476
if (CSRUsed[SUCC] !=
UsedCSRegs
)
506
if (CSRUsedInChokePoints ==
UsedCSRegs
) {
530
dbgs() << "
UsedCSRegs
= " << stringifyCSRegSet(
UsedCSRegs
) << "\n";
692
anticInPreds =
UsedCSRegs
- AnticIn[PRED];
695
anticInPreds &= (
UsedCSRegs
- AnticIn[PRED]);
702
anticInPreds =
UsedCSRegs
;
[
all
...]
PrologEpilogInserter.h
70
// used in function (
UsedCSRegs
)
76
CSRegSet
UsedCSRegs
;
Completed in 260 milliseconds