Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DDFAJumpThreading.cpp415 inline raw_ostream &operator<<(raw_ostream &OS, const ThreadingPath &TPath) { in operator <<() argument
416 TPath.print(OS); in operator <<()
560 ThreadingPath TPath; in run() local
570 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 …]
/openbsd/src/gnu/llvm/llvm/lib/IR/
DReplaceConstant.cpp112 std::vector<ConstantExpr *> TPath = Stack.back(); in collectConstantExprPaths() local
114 auto *CE3 = TPath.back(); in collectConstantExprPaths()
117 Paths.push_back(TPath); in collectConstantExprPaths()
123 std::vector<ConstantExpr *> NPath(TPath.begin(), TPath.end()); in collectConstantExprPaths()