Home
last modified time | relevance | path

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

12

/external/llvm/docs/
DMIRLangRef.rst210 Successors subsection
235 .. _bb-liveins:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInterval.h60 std::vector<BasicBlock*> Successors; variable
/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/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-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 __anonaf6b677e0111::DAGDeltaAlgorithmImpl
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp76 std::map<change_ty, std::vector<change_ty> > Successors; member in __anon634b90e60111::DAGDeltaAlgorithmImpl
/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.cc405 absl::Span<const int32> GraphCycles::Successors(int32 node) const { 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 __anonee3d9a450111::SampleProfileLoader
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp272 BlockEdgeMap Successors; member in __anon2fa909dd0111::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/backend/
Dinstruction.h1460 using Successors = ZoneVector<RpoNumber>; in NON_EXPORTED_BASE() local
/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
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp7727 SmallVector<MachineBasicBlock*, 4> Successors(BB->succ_begin(), in EmitSjLjDispatchBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp8711 SmallVector<MachineBasicBlock*, 4> Successors(BB->succ_begin(), in EmitSjLjDispatchBlock() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp24126 SmallVector<MachineBasicBlock *, 8> Successors(MBB->succ_rbegin(), in EmitSjLjDispatchBlock() local

12