OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regsliveout
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/CodeGen/
MachineVerifier.cpp
108
// regsKilled and
regsLiveOut
.
113
RegSet
regsLiveOut
;
116
// regsKilled and
regsLiveOut
.
120
// block. This set is disjoint from
regsLiveOut
.
133
if (regsKilled.count(Reg) ||
regsLiveOut
.count(Reg))
152
if (
regsLiveOut
.count(Reg))
175
// Live-out registers are either in
regsLiveOut
or vregsPassed.
177
return
regsLiveOut
.count(Reg) || vregsPassed.count(Reg);
[
all
...]
Completed in 93 milliseconds