Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Guard

455   ///        function yet) and export the guard variable that we are going to
471 FailureMBB(nullptr), Guard(nullptr),
477 return ParentMBB && SuccessMBB && FailureMBB && Guard;
491 if (!Guard)
492 Guard = StackProtCheckCall.getArgOperand(0);
517 /// 2.The guard variable since the guard variable we are checking against is
521 Guard = nullptr;
528 const Value *getGuard() { return Guard; }
551 /// The guard variable which we will compare against the stored value in the
553 const Value *Guard;
555 /// The virtual register holding the stack guard value.