Home
last modified time | relevance | path

Searched defs:Successors (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/docs/
DMIRLangRef.rst210 Successors subsection
235 .. _bb-liveins:
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInterval.h59 std::vector<BasicBlock*> Successors; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DInterval.h59 std::vector<BasicBlock*> Successors; variable
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanVerifier.cpp59 const auto &Successors = VPB->getSuccessors(); in verifyBlocksInRegion() local
DVPlan.cpp773 auto &Successors = Block->getSuccessors(); in dumpEdges() local
DVPlan.h390 SmallVector<VPBlockBase *, 1> Successors; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanVerifier.cpp58 const auto &Successors = VPB->getSuccessors(); in verifyBlocksInRegion() local
DVPlan.cpp584 auto &Successors = Block->getSuccessors(); in dumpEdges() local
DVPlan.h360 SmallVector<VPBlockBase *, 1> Successors; variable
/external/llvm/include/llvm/Analysis/
DInterval.h61 std::vector<BasicBlock*> Successors; variable
/external/llvm-project/llvm/docs/
DMIRLangRef.rst286 Successors subsection
311 .. _bb-liveins:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp639 SmallVector<MachineBasicBlock *, 4> &Successors) { in collectViableSuccessors()
699 SmallPtrSetImpl<const MachineBasicBlock *> &Successors) { in hasSameSuccessors()
906 SmallPtrSet<const MachineBasicBlock *, 2> Successors(BB->succ_begin(), in isTrellis() local
999 SmallPtrSet<const MachineBasicBlock *, 4> Successors(BB->succ_begin(), in getBestTrellisSuccessor() local
1089 SmallPtrSet<const MachineBasicBlock *, 4> Successors(BB->succ_begin(), in canTailDuplicateUnplacedPreds() local
1531 SmallVector<MachineBasicBlock *, 4> Successors; in selectBestSuccessor() local
/external/llvm-project/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp672 SmallVector<MachineBasicBlock *, 4> &Successors) { in collectViableSuccessors()
732 SmallPtrSetImpl<const MachineBasicBlock *> &Successors) { in hasSameSuccessors()
939 SmallPtrSet<const MachineBasicBlock *, 2> Successors(BB->succ_begin(), in isTrellis() local
1032 SmallPtrSet<const MachineBasicBlock *, 4> Successors(BB->succ_begin(), in getBestTrellisSuccessor() local
1122 SmallPtrSet<const MachineBasicBlock *, 4> Successors(BB->succ_begin(), in canTailDuplicateUnplacedPreds() local
1566 SmallVector<MachineBasicBlock *, 4> Successors; in selectBestSuccessor() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp75 std::map<change_ty, std::vector<change_ty> > Successors; member in __anonf7cf2f1d0111::DAGDeltaAlgorithmImpl
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp76 std::map<change_ty, std::vector<change_ty> > Successors; member in __anon7ef96bbb0111::DAGDeltaAlgorithmImpl
/external/llvm-project/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp75 std::map<change_ty, std::vector<change_ty> > Successors; member in __anon443717890111::DAGDeltaAlgorithmImpl
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp427 SmallVector<MachineBasicBlock *, 4> &Successors) { in collectViableSuccessors()
677 SmallVector<MachineBasicBlock *, 4> Successors; in selectBestSuccessor() local
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp622 int Successors = isa<ReturnInst>(TI) ? 1 : TI->getNumSuccessors(); in emitProfileArcs() local
741 int Successors = isa<ReturnInst>(TI) ? 1 : TI->getNumSuccessors(); in buildEdgeLookupTable() local
/external/llvm-project/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h197 auto Successors = getChildren<Direction>(BB, BatchUpdates); member
926 auto Successors = getChildren<IsPostDom>(Of, BUI); in DeleteEdge() local
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
Dgraphcycles.cc412 absl::Span<const int32> GraphCycles::Successors(int32 node) const { in Successors() function in tensorflow::GraphCycles
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp170 BlockEdgeMap Successors; member in __anon7eca00fa0111::SampleProfileLoader
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h929 auto Successors = ChildrenGetter<IsPostDom>::Get(Of, BUI); in DeleteEdge() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfile.cpp421 BlockEdgeMap Successors; member in __anonf51cc2080111::SampleProfileLoader
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp405 BlockEdgeMap Successors; member in __anon2ea2a11c0111::SampleProfileLoader
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2404 SmallPtrSet<BasicBlock *, 4> Successors; in turnGuardIntoBranch() local

12