/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FixIrreducible.cpp | 169 createNaturalLoopInternal(LoopInfo & LI,DominatorTree & DT,Loop * ParentLoop,SetVector<BasicBlock * > & Blocks,SetVector<BasicBlock * > & Headers) createNaturalLoopInternal() argument 257 createNaturalLoop(LoopInfo & LI,DominatorTree & DT,Function * F,SetVector<BasicBlock * > & Blocks,SetVector<BasicBlock * > & Headers) createNaturalLoop() argument 263 createNaturalLoop(LoopInfo & LI,DominatorTree & DT,Loop & L,SetVector<BasicBlock * > & Blocks,SetVector<BasicBlock * > & Headers) createNaturalLoop() argument 275 SetVector<BasicBlock *> Blocks; makeReducible() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 86 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph() 126 const BlockSet &Blocks; member in __anon5f812d3b0111::ReachabilityGraph 205 BlockSet Blocks; member in __anon5f812d3b0111::LoopBlocks 252 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion() 338 BlockSet &Entries, BlockSet &Blocks, MachineFunction &MF, in makeSingleEntryLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 413 [](const auto &Blocks) { return Blocks.size() > 1; }); in atLeastOneMerged() 431 static unsigned getMinOrigOrder(const BCECmpChain::ContiguousBlocks &Blocks) { in getMinOrigOrder() 441 mergeBlocks(std::vector<BCECmpBlock> &&Blocks) { in mergeBlocks() 473 BCECmpChain::BCECmpChain(const std::vector<BasicBlock *> &Blocks, PHINode &Phi, in BCECmpChain() 697 for (const auto &Blocks : reverse(MergedBlocks_)) { in simplify() local 728 for (const auto &Blocks : MergedBlocks_) { in simplify() local 745 std::vector<BasicBlock *> Blocks(NumBlocks); in getOrderedBlocks() local 832 const auto Blocks = in processPhi() local
|
H A D | GVNSink.cpp | 113 ArrayRef<BasicBlock *> Blocks; member in __anonac6bc9b30111::LockstepReverseIterator 119 LockstepReverseIterator(ArrayRef<BasicBlock *> Blocks) : Blocks(Blocks) { in LockstepReverseIterator() 152 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks() 193 SmallVector<BasicBlock *, 4> Blocks; member 224 SmallVector<BasicBlock *, 4> Blocks; member in __anonac6bc9b30111::ModelledPHI 882 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction()
|
H A D | FlattenCFGPass.cpp | 51 std::vector<WeakVH> Blocks; in iterativelyFlattenCFG() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericIteratedDominanceFrontier.h | 76 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks() 85 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | EdgeBundles.h | 33 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeVGPRLiveRange.cpp | 333 SmallSetVector<MachineBasicBlock *, 2> &Blocks, in collectWaterfallCandidateRegisters() 402 SetVector<MachineBasicBlock *> Blocks; in updateLiveRangeInThenRegion() local 554 SmallSetVector<MachineBasicBlock *, 2> &Blocks, in optimizeWaterfallLiveRange() 690 SmallSetVector<MachineBasicBlock *, 2> Blocks; in runOnMachineFunction() local
|
H A D | SIMachineScheduler.h | 211 std::vector<SIScheduleBlock*> Blocks; member 227 SIScheduleBlocks> Blocks; variable 321 std::vector<SIScheduleBlock*> Blocks; variable
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyTIL.cpp | 165 unsigned BasicBlock::topologicalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalSort() 189 unsigned BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalFinalSort()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | EvaluationResult.cpp | 178 llvm::SetVector<const Block *> &Blocks) { in collectBlocks() 223 llvm::SetVector<const Block *> Blocks; in checkReturnValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MSFBuilder.cpp | 103 allocateBlocks(uint32_t NumBlocks,MutableArrayRef<uint32_t> Blocks) allocateBlocks() argument 156 addStream(uint32_t Size,ArrayRef<uint32_t> Blocks) addStream() argument 407 for (const auto &Blocks : Layout.StreamMap) { commit() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | Trace.cpp | 308 auto &Blocks = PTB.second; loadFDRLog() local 327 auto &Blocks = PTB.second; loadFDRLog() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CmovConversion.cpp | 193 SmallVector<MachineBasicBlock *, 4> Blocks; in runOnMachineFunction() local 270 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups, in collectCmovCandidates() 396 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups) { in checkForProfitableCmovCandidates()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 473 SmallPtrSet<BasicBlock *, 8> Blocks; in TestBlocks() local 586 SmallPtrSet<const BasicBlock *, 8> Blocks; in TestBlocks() local 684 SmallPtrSet<const BasicBlock *, 8> Blocks; in TestBlocks() local 1240 std::vector<const BasicBlock *> Blocks; in DebugACrash() local 1262 std::vector<const BasicBlock *> Blocks; in DebugACrash() local 1275 std::vector<const BasicBlock *> Blocks; in DebugACrash() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | LinePrinter.cpp | 149 ArrayRef<support::ulittle32_t> Blocks = Layout.Blocks; in computeBlockRuns() local 254 auto Blocks = ArrayRef(StreamLayout.Blocks); in formatMsfStreamBlocks() local
|
H A D | PDBFile.cpp | 213 ArrayRef<support::ulittle32_t> Blocks; in parseStreamData() local 246 auto Blocks = getStreamBlockList(StreamIdx); in getStreamLayout() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
H A D | SPIRVConvergenceRegionAnalysis.h | 58 SmallPtrSet<BasicBlock *, 8> Blocks = {}; variable
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_compression_format.md | 320 Blocks section in Zstandard Compression Format 417 #### Prerequisites
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Profile.h | 125 BlockList Blocks; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-fdr-dump.cpp | 105 auto &Blocks = ProcessThreadBlocks.second; in __anonc19214950102() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | FunctionSummary.h | 97 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeExtractor.h | 104 SetVector<BasicBlock *> Blocks; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | PostOrderCFGView.h | 108 std::vector<const CFGBlock *> Blocks; variable
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Logger.cpp | 52 unsigned Blocks = 0, Steps = 0; in endAnalysis() local
|