Home
last modified time | relevance | path

Searched defs:TarjanSCC (Results 1 – 21 of 21) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/include/extractor/
H A Dtarjan_scc.hpp30 template <typename GraphT> class TarjanSCC class
53 TarjanSCC(const GraphT &graph) in TarjanSCC() function in osrm::extractor::TarjanSCC
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/graph/topo/
H A Dtarjan.go92 func TarjanSCC(g graph.Directed) [][]graph.Node { func
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/topo/
H A Dtarjan.go92 func TarjanSCC(g graph.Directed) [][]graph.Node { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/topo/
H A Dtarjan.go92 func TarjanSCC(g graph.Directed) [][]graph.Node { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp189 struct TarjanSCC { struct
190 TarjanSCC() : Components(1) {} in TarjanSCC() argument
192 void Start(const Instruction *Start) { in Start()
197 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
206 void FindSCC(const Instruction *I) { in FindSCC()
245 unsigned int DFSNum = 1;
246 SmallPtrSet<const Value *, 8> InComponent;
247 DenseMap<const Value *, unsigned int> Root;
248 SmallVector<const Value *, 8> Stack;
252 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp188 struct TarjanSCC { struct
189 TarjanSCC() : Components(1) {} in TarjanSCC() function
191 void Start(const Instruction *Start) { in Start()
196 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
205 void FindSCC(const Instruction *I) { in FindSCC()
244 unsigned int DFSNum = 1;
245 SmallPtrSet<const Value *, 8> InComponent;
246 DenseMap<const Value *, unsigned int> Root;
247 SmallVector<const Value *, 8> Stack;
251 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp190 struct TarjanSCC { struct
191 TarjanSCC() : Components(1) {} in TarjanSCC() function
193 void Start(const Instruction *Start) { in Start()
198 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
207 void FindSCC(const Instruction *I) { in FindSCC()
246 unsigned int DFSNum = 1;
247 SmallPtrSet<const Value *, 8> InComponent;
248 DenseMap<const Value *, unsigned int> Root;
249 SmallVector<const Value *, 8> Stack;
253 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp189 struct TarjanSCC { struct
190 TarjanSCC() : Components(1) {} in TarjanSCC() argument
192 void Start(const Instruction *Start) { in Start()
197 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
206 void FindSCC(const Instruction *I) { in FindSCC()
245 unsigned int DFSNum = 1;
246 SmallPtrSet<const Value *, 8> InComponent;
247 DenseMap<const Value *, unsigned int> Root;
248 SmallVector<const Value *, 8> Stack;
252 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp188 struct TarjanSCC { struct
189 TarjanSCC() : Components(1) {} in TarjanSCC() function
191 void Start(const Instruction *Start) { in Start()
196 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
205 void FindSCC(const Instruction *I) { in FindSCC()
244 unsigned int DFSNum = 1;
245 SmallPtrSet<const Value *, 8> InComponent;
246 DenseMap<const Value *, unsigned int> Root;
247 SmallVector<const Value *, 8> Stack;
251 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp190 struct TarjanSCC { struct
191 TarjanSCC() : Components(1) {} in TarjanSCC() argument
193 void Start(const Instruction *Start) { in Start()
198 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
207 void FindSCC(const Instruction *I) { in FindSCC()
246 unsigned int DFSNum = 1;
247 SmallPtrSet<const Value *, 8> InComponent;
248 DenseMap<const Value *, unsigned int> Root;
249 SmallVector<const Value *, 8> Stack;
253 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp189 struct TarjanSCC { struct
190 TarjanSCC() : Components(1) {} in TarjanSCC() argument
192 void Start(const Instruction *Start) { in Start()
197 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
206 void FindSCC(const Instruction *I) { in FindSCC()
245 unsigned int DFSNum = 1;
246 SmallPtrSet<const Value *, 8> InComponent;
247 DenseMap<const Value *, unsigned int> Root;
248 SmallVector<const Value *, 8> Stack;
252 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp189 struct TarjanSCC { struct
190 TarjanSCC() : Components(1) {} in TarjanSCC() function
192 void Start(const Instruction *Start) { in Start()
197 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
206 void FindSCC(const Instruction *I) { in FindSCC()
245 unsigned int DFSNum = 1;
246 SmallPtrSet<const Value *, 8> InComponent;
247 DenseMap<const Value *, unsigned int> Root;
248 SmallVector<const Value *, 8> Stack;
252 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp190 struct TarjanSCC { struct
191 TarjanSCC() : Components(1) {} in TarjanSCC() argument
193 void Start(const Instruction *Start) { in Start()
198 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
207 void FindSCC(const Instruction *I) { in FindSCC()
246 unsigned int DFSNum = 1;
247 SmallPtrSet<const Value *, 8> InComponent;
248 DenseMap<const Value *, unsigned int> Root;
249 SmallVector<const Value *, 8> Stack;
253 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp188 struct TarjanSCC { struct
189 TarjanSCC() : Components(1) {} in TarjanSCC() function
191 void Start(const Instruction *Start) { in Start()
196 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
205 void FindSCC(const Instruction *I) { in FindSCC()
244 unsigned int DFSNum = 1;
245 SmallPtrSet<const Value *, 8> InComponent;
246 DenseMap<const Value *, unsigned int> Root;
247 SmallVector<const Value *, 8> Stack;
251 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp190 struct TarjanSCC { struct
191 TarjanSCC() : Components(1) {} in TarjanSCC() function
193 void Start(const Instruction *Start) { in Start()
198 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
207 void FindSCC(const Instruction *I) { in FindSCC()
246 unsigned int DFSNum = 1;
247 SmallPtrSet<const Value *, 8> InComponent;
248 DenseMap<const Value *, unsigned int> Root;
249 SmallVector<const Value *, 8> Stack;
253 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp190 struct TarjanSCC { struct
191 TarjanSCC() : Components(1) {} in TarjanSCC() function
193 void Start(const Instruction *Start) { in Start()
198 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
207 void FindSCC(const Instruction *I) { in FindSCC()
246 unsigned int DFSNum = 1;
247 SmallPtrSet<const Value *, 8> InComponent;
248 DenseMap<const Value *, unsigned int> Root;
249 SmallVector<const Value *, 8> Stack;
253 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp189 struct TarjanSCC { struct
190 TarjanSCC() : Components(1) {} in TarjanSCC() function
192 void Start(const Instruction *Start) { in Start()
197 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
206 void FindSCC(const Instruction *I) { in FindSCC()
245 unsigned int DFSNum = 1;
246 SmallPtrSet<const Value *, 8> InComponent;
247 DenseMap<const Value *, unsigned int> Root;
248 SmallVector<const Value *, 8> Stack;
252 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp190 struct TarjanSCC { struct
191 TarjanSCC() : Components(1) {} in TarjanSCC() function
193 void Start(const Instruction *Start) { in Start()
198 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
207 void FindSCC(const Instruction *I) { in FindSCC()
246 unsigned int DFSNum = 1;
247 SmallPtrSet<const Value *, 8> InComponent;
248 DenseMap<const Value *, unsigned int> Root;
249 SmallVector<const Value *, 8> Stack;
253 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp185 struct TarjanSCC { struct
186 TarjanSCC() : Components(1) {} in TarjanSCC() function
188 void Start(const Instruction *Start) { in Start()
193 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
202 void FindSCC(const Instruction *I) { in FindSCC()
241 unsigned int DFSNum = 1;
242 SmallPtrSet<const Value *, 8> InComponent;
243 DenseMap<const Value *, unsigned int> Root;
244 SmallVector<const Value *, 8> Stack;
248 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp186 struct TarjanSCC { struct
187 TarjanSCC() : Components(1) {} in TarjanSCC() argument
189 void Start(const Instruction *Start) { in Start()
194 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
203 void FindSCC(const Instruction *I) { in FindSCC()
242 unsigned int DFSNum = 1;
243 SmallPtrSet<const Value *, 8> InComponent;
244 DenseMap<const Value *, unsigned int> Root;
245 SmallVector<const Value *, 8> Stack;
249 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DNewGVN.cpp186 struct TarjanSCC { struct
187 TarjanSCC() : Components(1) {} in TarjanSCC() argument
189 void Start(const Instruction *Start) { in Start()
194 const SmallPtrSetImpl<const Value *> &getComponentFor(const Value *V) const { in getComponentFor()
203 void FindSCC(const Instruction *I) { in FindSCC()
242 unsigned int DFSNum = 1;
243 SmallPtrSet<const Value *, 8> InComponent;
244 DenseMap<const Value *, unsigned int> Root;
245 SmallVector<const Value *, 8> Stack;
249 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components;
[all …]