Home
last modified time | relevance | path

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

12

/external/llvm/docs/
DMIRLangRef.rst210 Successors subsection
235 .. _bb-liveins:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanVerifier.cpp58 const auto &Successors = VPB->getSuccessors(); in verifyBlocksInRegion() local
DVPlan.cpp441 auto &Successors = Block->getSuccessors(); in dumpEdges() local
DVPlan.h341 SmallVector<VPBlockBase *, 1> Successors; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInterval.h60 std::vector<BasicBlock*> Successors; variable
/external/llvm/include/llvm/Analysis/
DInterval.h61 std::vector<BasicBlock*> Successors; variable
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DMIRLangRef.rst274 Successors subsection
299 .. _bb-liveins:
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInterval.h64 std::vector<BasicBlock*> Successors; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp619 SmallVector<MachineBasicBlock *, 4> &Successors) { in collectViableSuccessors()
679 SmallPtrSetImpl<const MachineBasicBlock *> &Successors) { in hasSameSuccessors()
886 SmallPtrSet<const MachineBasicBlock *, 2> Successors(BB->succ_begin(), in isTrellis() local
979 SmallPtrSet<const MachineBasicBlock *, 4> Successors(BB->succ_begin(), in getBestTrellisSuccessor() local
1064 SmallPtrSet<const MachineBasicBlock *, 4> Successors(BB->succ_begin(), in canTailDuplicateUnplacedPreds() local
1464 SmallVector<MachineBasicBlock *, 4> Successors; in selectBestSuccessor() local
DCodeGenPrepare.cpp479 SmallVector<BasicBlock *, 2> Successors(succ_begin(&BB), succ_end(&BB)); in runOnFunction() local
493 SmallVector<BasicBlock*, 2> Successors(succ_begin(BB), succ_end(BB)); in runOnFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp76 std::map<change_ty, std::vector<change_ty> > Successors; member in __anonb529823c0111::DAGDeltaAlgorithmImpl
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp76 std::map<change_ty, std::vector<change_ty> > Successors; member in __anon2e55d3e40111::DAGDeltaAlgorithmImpl
/external/swiftshader/third_party/LLVM/lib/Support/
DDAGDeltaAlgorithm.cpp77 std::map<change_ty, std::vector<change_ty> > Successors; member in __anon383d6b900111::DAGDeltaAlgorithmImpl
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp457 int Successors = isa<ReturnInst>(TI) ? 1 : TI->getNumSuccessors(); in emitProfileArcs() local
545 int Successors = isa<ReturnInst>(TI) ? 1 : TI->getNumSuccessors(); in buildEdgeLookupTable() 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/lib/CodeGen/
DMachineBlockPlacement.cpp427 SmallVector<MachineBasicBlock *, 4> &Successors) { in collectViableSuccessors()
677 SmallVector<MachineBasicBlock *, 4> Successors; in selectBestSuccessor() local
DCodeGenPrepare.cpp287 SmallVector<BasicBlock *, 2> Successors(succ_begin(&BB), succ_end(&BB)); in runOnFunction() local
302 SmallVector<BasicBlock*, 2> Successors(succ_begin(BB), succ_end(BB)); in runOnFunction() local
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc397 std::unordered_set<int32> GraphCycles::Successors(int32 node) { in Successors() function in tensorflow::GraphCycles
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp677 int Successors = isa<ReturnInst>(TI) ? 1 : TI->getNumSuccessors(); in emitProfileArcs() local
796 int Successors = isa<ReturnInst>(TI) ? 1 : TI->getNumSuccessors(); in buildEdgeLookupTable() local
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp170 BlockEdgeMap Successors; member in __anon79c3e4830111::SampleProfileLoader
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp272 BlockEdgeMap Successors; member in __anon535113db0111::SampleProfileLoader
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h925 auto Successors = ChildrenGetter<IsPostDom>::Get(Of, BUI); in DeleteEdge() local
/external/v8/src/compiler/
Dinstruction.h1416 typedef ZoneVector<RpoNumber> Successors; in NON_EXPORTED_BASE() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp671 SmallVector<MachineBasicBlock*,4> Successors; in parseBasicBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp1298 SmallPtrSet<MachineBasicBlock *, 2> Successors; in fixRegionTerminator() local

12