Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference_helpers.h34 struct BackEdge { struct
51 const std::vector<BackEdge>& RemovedEdges() const; argument
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_add_dead_block_test.cpp345 TEST(TransformationAddDeadBlockTest, BackEdge) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_dead_block_test.cpp345 TEST(TransformationAddDeadBlockTest, BackEdge) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp126 PHINode *Phi, Loop *L, BasicBlock *BackEdge, in calculateIterationsToInvariance()
331 BasicBlock *BackEdge = L->getLoopLatch(); in computePeelCount() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopPeel.cpp138 PHINode *Phi, Loop *L, BasicBlock *BackEdge, in calculateIterationsToInvariance()
343 BasicBlock *BackEdge = L->getLoopLatch(); in computePeelCount() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_add_dead_block_test.cpp438 TEST(TransformationAddDeadBlockTest, BackEdge) { in TEST() argument
/external/llvm-project/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp214 unsigned BackEdge = IncomingEdge^1; in handleFloatingPointIV() local
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp248 unsigned BackEdge = IncomingEdge^1; in handleFloatingPointIV() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp310 unsigned BackEdge = IncomingEdge^1; in handleFloatingPointIV() local
/external/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp1235 int BackEdge = i; in createAdjacencyStructure() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1153 int BackEdge = i; in createAdjacencyStructure() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc331 using BackEdge = BackEdgeHelper::BackEdge; typedef in tensorflow::__anon014ec6670111::ImporterBase