Lines Matching defs:DFSOut
3556 int DFSOut = 0;
3604 return std::tie(DFSIn, DFSOut, LocalNum, Def, U) <
3605 std::tie(Other.DFSIn, Other.DFSOut, Other.LocalNum, Other.Def,
3628 VDDef.DFSOut = DomNode->getDFSNumOut();
3687 VDUse.DFSOut = DomNode->getDFSNumOut();
3717 VD.DFSOut = DomNode->getDFSNumOut();
3786 void push_back(Value *V, int DFSIn, int DFSOut) {
3788 DFSStack.emplace_back(DFSIn, DFSOut);
3793 bool isInScope(int DFSIn, int DFSOut) const {
3796 return DFSIn >= DFSStack.back().first && DFSOut <= DFSStack.back().second;
3799 void popUntilDFSScope(int DFSIn, int DFSOut) {
3806 !(DFSIn >= DFSStack.back().first && DFSOut <= DFSStack.back().second)) {
3996 int MemberDFSOut = VD.DFSOut;
4176 int MemberDFSOut = VD.DFSOut;