HomeSort by relevance Sort by last modified time
    Searched refs:LiveState (Results 1 - 2 of 2) sorted by null

  /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
741 std::map<LiveState, std::string> lsStrs;
858 std::pair<LiveState, unsigned> lsRLEAccumulator(Dead, 0);
864 LiveState newLiveness = getLiveStateAt(li, i);
    [all...]

Completed in 43 milliseconds