Home
last modified time | relevance | path

Searched refs:TPath (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp388 inline raw_ostream &operator<<(raw_ostream &OS, const ThreadingPath &TPath) { in operator <<() argument
389 TPath.print(OS); in operator <<()
557 ThreadingPath TPath; in run() local
567 TPath.setExitValue(C); in run()
568 TPath.setDeterminator(BB); in run()
569 TPath.setPath(Path); in run()
574 if (TPath.isExitValueSet() && BB == Path.front()) in run()
580 if (TPath.isExitValueSet() && isSupported(TPath)) in run()
581 TPaths.push_back(TPath); in run()
712 bool isSupported(const ThreadingPath &TPath) { in isSupported()
[all …]