HomeSort by relevance Sort by last modified time
    Searched refs:BackEdge (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/compiler/jit/
shape_inference_helpers.h 34 struct BackEdge {
51 const std::vector<BackEdge>& RemovedEdges() const;
58 std::vector<BackEdge> back_edges_;
shape_inference_helpers.cc 36 BackEdge{e, e->src(), e->src_output(), e->dst(), e->dst_input()});
41 for (const BackEdge& be : back_edges_) {
47 const std::vector<BackEdgeHelper::BackEdge>& BackEdgeHelper::RemovedEdges()
60 for (const BackEdge& be : back_edges_) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUnrollPeel.cpp 105 PHINode *Phi, Loop *L, BasicBlock *BackEdge,
109 assert(BackEdge == L->getLoopLatch() && "Wrong latch?");
116 Value *Input = Phi->getIncomingValueForBlock(BackEdge);
131 IncPhi, L, BackEdge, IterationsToInvariance);
280 BasicBlock *BackEdge = L->getLoopLatch();
281 assert(BackEdge && "Loop is not in simplified form?");
285 Phi, L, BackEdge, IterationsToInvariance);
441 // The backedge now goes to the "bottom", which is either the loop's real
647 // The backedge count is the difference of current header weight and
649 // the current loop exit weight, we mark the loop backedge weight as 1
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 255 unsigned BackEdge = IncomingEdge^1;
268 dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge));
415 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 248 unsigned BackEdge = IncomingEdge^1;
259 auto *Incr = dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge));
406 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 289 unsigned BackEdge = IncomingEdge^1;
300 auto *Incr = dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge));
445 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]

Completed in 218 milliseconds