OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalLiveOut
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackLifetime.cpp
215
BitVector
LocalLiveOut
= LocalLiveIn;
216
LocalLiveOut
.reset(BlockInfo.End);
217
LocalLiveOut
|= BlockInfo.Begin;
225
if (
LocalLiveOut
.test(BlockInfo.LiveOut)) {
227
BlockInfo.LiveOut |=
LocalLiveOut
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackColoring.cpp
837
BitVector
LocalLiveOut
= LocalLiveIn;
838
LocalLiveOut
.reset(BlockInfo.End);
839
LocalLiveOut
|= BlockInfo.Begin;
848
if (
LocalLiveOut
.test(BlockInfo.LiveOut)) {
850
BlockInfo.LiveOut |=
LocalLiveOut
;
Completed in 18 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026