Home
last modified time | relevance | path

Searched refs:BackEdge (Results 1 – 7 of 7) 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_;
/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/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp255 unsigned BackEdge = IncomingEdge^1; in HandleFloatingPointIV() local
268 dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge)); in HandleFloatingPointIV()
415 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge)); in HandleFloatingPointIV()
/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/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()