Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference_helpers.cc36 BackEdge{e, e->src(), e->src_output(), e->dst(), e->dst_input()}); in Remove()
41 for (const BackEdge& be : back_edges_) { in Remove()
47 const std::vector<BackEdgeHelper::BackEdge>& BackEdgeHelper::RemovedEdges() in RemovedEdges()
60 for (const BackEdge& be : back_edges_) { in Replace()
Dshape_inference_helpers.h34 struct BackEdge { struct
51 const std::vector<BackEdge>& RemovedEdges() const; argument
58 std::vector<BackEdge> back_edges_;
Dshape_inference.cc47 const std::vector<BackEdgeHelper::BackEdge>& back_edges, in PropagateShapes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp105 PHINode *Phi, Loop *L, BasicBlock *BackEdge, in calculateIterationsToInvariance() argument
109 assert(BackEdge == L->getLoopLatch() && "Wrong latch?"); in calculateIterationsToInvariance()
116 Value *Input = Phi->getIncomingValueForBlock(BackEdge); in calculateIterationsToInvariance()
131 IncPhi, L, BackEdge, IterationsToInvariance); in calculateIterationsToInvariance()
280 BasicBlock *BackEdge = L->getLoopLatch(); in computePeelCount() local
281 assert(BackEdge && "Loop is not in simplified form?"); in computePeelCount()
285 Phi, L, BackEdge, IterationsToInvariance); in computePeelCount()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_dead_block_test.cpp280 TEST(TransformationAddDeadBlockTest, BackEdge) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_add_dead_block_test.cpp297 TEST(TransformationAddDeadBlockTest, BackEdge) { in TEST() argument
/external/angle/third_party/spirv-tools/src/test/fuzz/
Dtransformation_add_dead_block_test.cpp297 TEST(TransformationAddDeadBlockTest, BackEdge) { in TEST() argument
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp248 unsigned BackEdge = IncomingEdge^1; in handleFloatingPointIV() local
259 auto *Incr = dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge)); in handleFloatingPointIV()
406 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge)); in handleFloatingPointIV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp289 unsigned BackEdge = IncomingEdge^1; in handleFloatingPointIV() local
300 auto *Incr = dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge)); in handleFloatingPointIV()
445 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge)); in handleFloatingPointIV()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc305 using BackEdge = BackEdgeHelper::BackEdge; typedef in tensorflow::__anon34d5968b0111::ImporterBase
364 absl::flat_hash_map<const Node*, BackEdge> back_edge_dst_inputs_;
1667 BackEdge& edge = it.second; in AddBackedges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1504 int BackEdge = i; in createAdjacencyStructure() local
1505 auto Dep = OutputDeps.find(BackEdge); in createAdjacencyStructure()
1507 BackEdge = Dep->second; in createAdjacencyStructure()
1510 OutputDeps[N] = BackEdge; in createAdjacencyStructure()