Home
last modified time | relevance | path

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

12

/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp30 llvm::SmallDenseSet<const Node *> Successors; member
107 std::queue<const Node *> &Successors, in fillIntervalNode() argument
156 std::queue<const Node *> Successors; in partitionIntoIntervalsImpl() local
[all...]
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h130 SampleProfileInference(FunctionT &F, BlockEdgeMap &Successors, in SampleProfileInference() argument
156 BlockEdgeMap &Successors; variable
303 findUnlikelyJumps(const std::vector<const BasicBlockT * > & BasicBlocks,BlockEdgeMap & Successors,FlowFunction & Func) findUnlikelyJumps() argument
/llvm-project/llvm/include/llvm/CodeGenData/
H A DOutlinedHashTree.h
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DIntervalPartition.h103 llvm::SmallDenseSet<const CFGIntervalNode *> Successors; member
/llvm-project/llvm/docs/
H A DMIRLangRef.rst286 Successors subsection
311 .. _bb-liveins:
/llvm-project/mlir/docs/
H A DBytecodeFormat.md404 ##### Successors global() l4subsection
/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTreeRecord.cpp
/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h188 DenseSet<const BasicBlock *> Successors; global() variable
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp206 const auto &Successors = VPB->getSuccessors(); verifyBlock() local
H A DVPlan.cpp1286 auto &Successors = Block->getSuccessors(); dumpEdges() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp244 SmallVector<BasicBlock *, 2> Successors(successors(BB)); run() local
H A DAMDGPUMachineCFGStructurizer.cpp
/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp74 std::map<change_ty, std::vector<change_ty> > Successors; global() member in __anon5dbb262c0111::DAGDeltaAlgorithmImpl
/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp710 collectViableSuccessors(const MachineBasicBlock * BB,const BlockChain & Chain,const BlockFilterSet * BlockFilter,SmallVector<MachineBasicBlock *,4> & Successors) collectViableSuccessors() argument
770 hasSameSuccessors(MachineBasicBlock & BB,SmallPtrSetImpl<const MachineBasicBlock * > & Successors) hasSameSuccessors() argument
977 SmallPtrSet<const MachineBasicBlock *, 2> Successors(BB->succ_begin(), isTrellis() local
1070 SmallPtrSet<const MachineBasicBlock *, 4> Successors(BB->succ_begin(), getBestTrellisSuccessor() local
1160 SmallPtrSet<const MachineBasicBlock *, 4> Successors(BB->succ_begin(), canTailDuplicateUnplacedPreds() local
1604 SmallVector<MachineBasicBlock *, 4> Successors; selectBestSuccessor() local
[all...]
/llvm-project/bolt/lib/Passes/
H A DInliner.cpp355 std::vector<BinaryBasicBlock *> Successors(BB.succ_size()); in inlineCall() local
/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h514 Successors.insert(SS); variable
/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h198 auto Successors = getChildren<Direction>(BB, BatchUpdates); global() member
907 auto Successors = getChildren<IsPostDom>(Of, BUI); DeleteEdge() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.h306 Successors, enumerator
/llvm-project/llvm/lib/Object/
H A DELF.cpp898 Successors; decodeBBAddrMapImpl() local
/llvm-project/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h72 EdgeListType Successors; global() variable
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp615 SmallSet<BasicBlock *, 4> Successors; paths() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp605 findUnlikelyJumps(const std::vector<const BasicBlockT * > & BasicBlocks,BlockEdgeMap & Successors,FlowFunction & Func) findUnlikelyJumps() argument
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h192 std::optional<std::vector<SuccessorEntry>> Successors; member
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1000 SmallVector<MachineBasicBlock*,4> Successors; parseBasicBlock() local
/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2631 for (auto *MBBS : Successors) { in emitSjLjDispatchBlock() local

12