Searched refs:GuardReg (Results 1 – 3 of 3) sorted by relevance
472 GuardReg(0) { } in StackProtectorDescriptor()522 GuardReg = 0; in resetPerFunctionState()530 unsigned getGuardReg() const { return GuardReg; } in getGuardReg()531 void setGuardReg(unsigned R) { GuardReg = R; } in setGuardReg()556 unsigned GuardReg; variable
1926 unsigned GuardReg = SPD.getGuardReg(); in visitSPDescriptorParent() local1928 if (GuardReg && TLI.useLoadStackGuardNode()) in visitSPDescriptorParent()1929 Guard = DAG.getCopyFromReg(DAG.getEntryNode(), dl, GuardReg, in visitSPDescriptorParent()
5 ; selectiondag stack protector uses a GuardReg which the fast-isel stack