Home
last modified time | relevance | path

Searched defs:Succs (Results 1 – 25 of 57) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp93 SmallVector<MachineBasicBlock *, 4> Succs(MBB->succ_begin(), in eraseDeadBBsAndChildren() local
199 SmallVector<MachineBasicBlock *, 8> Succs(MBB.succ_begin(), in removeUnnecessaryUnreachables() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp101 SmallVector<MachineBasicBlock *, 4> Succs(MBB->succ_begin(), in eraseDeadBBsAndChildren() local
223 SmallVector<MachineBasicBlock *, 8> Succs(MBB.succ_begin(), in removeUnnecessaryUnreachables() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUExportClustering.cpp128 SmallVector<SDep, 4> Succs(SU.Succs); in apply() local
DSIMachineScheduler.h100 std::vector<std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind>> Succs; variable
DAMDGPUSubtarget.cpp821 SmallVector<const SUnit*, 64> Succs({Succ}), Preds({Pred}); in canAddEdge() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTailDuplicator.cpp164 SmallSetVector<MachineBasicBlock *, 8> Succs(MBB->succ_begin(), in tailDuplicateAndUpdate() local
470 SmallSetVector<MachineBasicBlock *, 8> &Succs) { in updateSuccessorsPHIs()
709 SmallPtrSet<MachineBasicBlock *, 8> Succs(TailBB->succ_begin(), in duplicateSimpleBB() local
DWasmEHPrepare.cpp192 SmallVector<BasicBlock *, 4> Succs(succ_begin(BB), succ_end(BB)); in prepareThrows() local
/external/llvm-project/llvm/lib/CodeGen/
DTailDuplicator.cpp165 SmallSetVector<MachineBasicBlock *, 8> Succs(MBB->succ_begin(), in tailDuplicateAndUpdate() local
472 SmallSetVector<MachineBasicBlock *, 8> &Succs) { in updateSuccessorsPHIs()
721 SmallPtrSet<MachineBasicBlock *, 8> Succs(TailBB->succ_begin(), in duplicateSimpleBB() local
DWasmEHPrepare.cpp207 SmallVector<BasicBlock *, 4> Succs(succ_begin(BB), succ_end(BB)); in prepareThrows() local
/external/llvm/lib/CodeGen/
DTailDuplicator.cpp125 SmallSetVector<MachineBasicBlock *, 8> Succs(MBB->succ_begin(), in tailDuplicateAndUpdate() local
423 SmallSetVector<MachineBasicBlock *, 8> &Succs) { in updateSuccessorsPHIs()
647 SmallPtrSet<MachineBasicBlock *, 8> Succs(TailBB->succ_begin(), in duplicateSimpleBB() local
DMachineSink.cpp543 auto Succs = AllSuccessors.find(MBB); in GetAllSortedSuccessors() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DPruneEH.cpp257 std::vector<BasicBlock *> Succs(succ_begin(BB), succ_end(BB)); in DeleteBasicBlock() local
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp266 std::vector<BasicBlock *> Succs(succ_begin(BB), succ_end(BB)); in DeleteBasicBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp263 std::vector<BasicBlock *> Succs(succ_begin(BB), succ_end(BB)); in DeleteBasicBlock() local
/external/llvm/lib/Analysis/
DSparsePropagation.cpp122 SmallVectorImpl<bool> &Succs, in getFeasibleSuccessors()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp85 SmallVector<MachineBasicBlock *, 2> Succs; member in __anon4a28f1dd0211::MetaBlock
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h288 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors()
/external/llvm-project/llvm/include/llvm/Analysis/
DSparsePropagation.h288 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h122 NodeGroup Succs; variable
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h132 NodeGroup Succs; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h257 SmallVector<SDep, 4> Succs; ///< All sunit successors. variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DScheduleDAG.h257 SmallVector<SDep, 4> Succs; ///< All sunit successors. variable
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h90 std::vector<SIScheduleBlock*> Succs; // All blocks successors. variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h100 std::vector<std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind>> Succs; variable
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp738 std::vector<BasicBlock*> Succs(succ_begin(codeReplacer), in extractCodeRegion() local

123