Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h407 GuardReg(0) { } in StackProtectorDescriptor()
465 unsigned getGuardReg() const { return GuardReg; } in getGuardReg()
466 void setGuardReg(unsigned R) { GuardReg = R; } in setGuardReg()
491 unsigned GuardReg; variable
H A DSelectionDAGBuilder.cpp1831 unsigned GuardReg = SPD.getGuardReg(); in visitSPDescriptorParent() local
1833 if (GuardReg && TLI.useLoadStackGuardNode()) in visitSPDescriptorParent()
1834 Guard = DAG.getCopyFromReg(DAG.getEntryNode(), getCurSDLoc(), GuardReg, in visitSPDescriptorParent()