Lines Matching defs:NewPath
399 void setPath(const PathType &NewPath) { Path = NewPath; }
634 ThreadingPath NewPath;
635 NewPath.setDeterminator(PhiBB);
636 NewPath.setExitValue(C);
639 NewPath.push_back(IncomingBB);
640 NewPath.push_back(PhiBB);
641 Res.push_back(NewPath);
680 ThreadingPath NewPath(Path);
681 NewPath.appendExcludingFirst(IPath);
682 NewPath.push_back(PhiBB);
683 Res.push_back(NewPath);