HomeSort by relevance Sort by last modified time
    Searched refs:Predecessors (Results 26 - 30 of 30) sorted by null

12

  /external/tensorflow/tensorflow/compiler/jit/graphcycles/
graphcycles.cc 401 std::unordered_set<int32> GraphCycles::Predecessors(int32 node) {
  /external/v8/src/compiler/
instruction.h     [all...]
instruction.cc 655 for (InstructionBlock::Predecessors::const_iterator i = predecessors_.begin();
687 instr_block->predecessors().reserve(block->PredecessorCount());
688 for (BasicBlock* predecessor : block->predecessors()) {
689 instr_block->predecessors().push_back(GetRpo(predecessor));
712 << " predecessors:";
714 for (RpoNumber pred : block->predecessors()) {
762 // has an edge to a block (== a successor) with more than one predecessors.
769 successor->predecessors()[0] == block->rpo_number());
787 // If a deferred block has multiple predecessors, they have to
790 // other ranges need moves inserted by ResolveControlFlow in the predecessors,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
VPlan.cpp 97 if (!Predecessors.empty() || !Parent)
100 "Block w/o predecessors not the entry of its parent.");
122 // Hook up the new basic block to its predecessors.
370 "PostDom successor has more than two predecessors.");
  /external/tensorflow/tensorflow/compiler/jit/
mark_for_compilation_pass.cc     [all...]

Completed in 2662 milliseconds

12