Home
last modified time | relevance | path

Searched refs:LiveState (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.h258 typedef enum { Dead, Defined, Used, AliveReg, AliveStack } LiveState; typedef
259 LiveState getLiveStateAt(const LiveInterval *li, SlotIndex i) const;
DRenderMachineFunction.cpp556 RenderMachineFunction::LiveState
740 std::map<LiveState, std::string> lsStrs; in renderCodeTablePlusPI()
857 std::pair<LiveState, unsigned> lsRLEAccumulator(Dead, 0); in renderCodeTablePlusPI()
863 LiveState newLiveness = getLiveStateAt(li, i); in renderCodeTablePlusPI()