OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LiveState
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Analysis/
LiveVariables.cpp
106
LiveVariables::ValTy
LiveState
;
111
LiveVariables::ValTy& getVal() { return
LiveState
; }
143
AD.Observer->ObserveStmt(S, currentBlock, AD,
LiveState
);
146
LiveState
(S, AD) = Dead;
153
AD.Observer->ObserveStmt(S, currentBlock, AD,
LiveState
);
160
LiveState
(S, AD) = Alive;
177
LiveState
(E, AD) = Alive;
182
LiveState
(V, AD) = Alive;
191
LiveState
.getBit(i) = Alive;
204
LiveState
(S, AD) = Dead
[
all
...]
/external/llvm/lib/CodeGen/
RenderMachineFunction.h
258
typedef enum { Dead, Defined, Used, AliveReg, AliveStack }
LiveState
;
259
LiveState
getLiveStateAt(const LiveInterval *li, SlotIndex i) const;
RenderMachineFunction.cpp
556
RenderMachineFunction::
LiveState
740
std::map<
LiveState
, std::string> lsStrs;
857
std::pair<
LiveState
, unsigned> lsRLEAccumulator(Dead, 0);
863
LiveState
newLiveness = getLiveStateAt(li, i);
[
all
...]
Completed in 417 milliseconds