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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 472 GuardReg(0) { }
522 GuardReg = 0;
530 unsigned getGuardReg() const { return GuardReg; }
531 void setGuardReg(unsigned R) { GuardReg = R; }
556 unsigned GuardReg;
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 49 milliseconds