Home
last modified time | relevance | path

Searched defs:BackEdge (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dshape_inference_helpers.h34 struct BackEdge { struct
51 const std::vector<BackEdge>& RemovedEdges() const; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp126 PHINode *Phi, Loop *L, BasicBlock *BackEdge, in calculateIterationsToInvariance()
331 BasicBlock *BackEdge = L->getLoopLatch(); in computePeelCount() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_add_dead_block_test.cpp443 TEST(TransformationAddDeadBlockTest, BackEdge) { in TEST() argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/
H A Dtransformation_add_dead_block_test.cpp443 TEST(TransformationAddDeadBlockTest, BackEdge) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_dead_block_test.cpp443 TEST(TransformationAddDeadBlockTest, BackEdge) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/visit/
Ddfsvisit.rs15 BackEdge(N, N), enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp216 unsigned BackEdge = IncomingEdge^1; in handleFloatingPointIV() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp248 unsigned BackEdge = IncomingEdge^1; in handleFloatingPointIV() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp310 unsigned BackEdge = IncomingEdge^1; in handleFloatingPointIV() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1183 int BackEdge = i; in createAdjacencyStructure() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1153 int BackEdge = i; in createAdjacencyStructure() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dimport_model.cc381 using BackEdge = BackEdgeHelper::BackEdge; typedef in tensorflow::__anon636eac960111::ImporterBase