HomeSort by: relevance | last modified time | path
    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