Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Guard

384   ///        function yet) and export the guard variable that we are going to
400 FailureMBB(nullptr), Guard(nullptr) { }
406 Guard;
420 if (!Guard)
421 Guard = StackProtCheckCall.getArgOperand(0);
446 /// 2.The guard variable since the guard variable we are checking against is
450 Guard = nullptr;
456 const Value *getGuard() { return Guard; }
476 /// The guard variable which we will compare against the stored value in the
478 const Value *Guard;