OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LiveOut
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.h
73
bool
LiveOut
; ///< Current reg is live out.
StackColoring.cpp
103
BitVector
LiveOut
;
220
DEBUG(dbgs()<<"
LIVEOUT
: {");
221
for (unsigned i=0; i < BlockInfo.
LiveOut
.size(); ++i)
222
DEBUG(dbgs()<<BlockInfo.
LiveOut
.test(i)<<" ");
316
LocalLiveIn |= I->second.
LiveOut
;
358
if (LocalLiveOut.test(BlockInfo.
LiveOut
)) {
360
BlockInfo.
LiveOut
|= LocalLiveOut;
413
for (int pos = MBBLiveness.
LiveOut
.find_first(); pos != -1;
414
pos = MBBLiveness.
LiveOut
.find_next(pos)) {
LiveIntervalAnalysis.cpp
370
SmallPtrSet<MachineBasicBlock*, 16>
LiveOut
;
390
if (!
LiveOut
.insert(Pred).second)
406
if (!
LiveOut
.insert(Pred).second)
[
all
...]
/external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp
154
DenseMap<BasicBlock *, DenseSet<Value *>>
LiveOut
;
[
all
...]
Completed in 301 milliseconds