Searched refs:TPath (Results 1 – 2 of 2) sorted by relevance
415 inline raw_ostream &operator<<(raw_ostream &OS, const ThreadingPath &TPath) { in operator <<() argument416 TPath.print(OS); in operator <<()560 ThreadingPath TPath; in run() local570 TPath.setExitValue(C); in run()571 TPath.setDeterminator(BB); in run()572 TPath.setPath(Path); in run()577 if (TPath.isExitValueSet() && BB == Path.front()) in run()583 if (TPath.isExitValueSet() && isSupported(TPath)) in run()584 TPaths.push_back(TPath); in run()709 bool isSupported(const ThreadingPath &TPath) { in isSupported()[all …]
112 std::vector<ConstantExpr *> TPath = Stack.back(); in collectConstantExprPaths() local114 auto *CE3 = TPath.back(); in collectConstantExprPaths()117 Paths.push_back(TPath); in collectConstantExprPaths()123 std::vector<ConstantExpr *> NPath(TPath.begin(), TPath.end()); in collectConstantExprPaths()