/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FixIrreducible.cpp | 166 SetVector<BasicBlock *> &Blocks, in createNaturalLoopInternal() 254 SetVector<BasicBlock *> &Blocks, in createNaturalLoop() 260 SetVector<BasicBlock *> &Blocks, in createNaturalLoop() 272 SetVector<BasicBlock *> Blocks; in makeReducible() local
|
/freebsd-src/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 __anon63cd76cd0111::ReachabilityGraph 205 BlockSet Blocks; member in __anon63cd76cd0111::LoopBlocks 252 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion() 338 BlockSet &Entries, BlockSet &Blocks, MachineFunction &MF, in makeSingleEntryLoop()
|
H A D | WebAssemblyExceptionInfo.h | 47 std::vector<MachineBasicBlock *> Blocks; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 413 [](const auto &Blocks) { return Blocks.size() > 1; }); in atLeastOneMerged() argument 431 static unsigned getMinOrigOrder(const BCECmpChain::ContiguousBlocks &Blocks) { in getMinOrigOrder() argument 441 mergeBlocks(std::vector<BCECmpBlock> &&Blocks) { in mergeBlocks() argument 473 BCECmpChain::BCECmpChain(const std::vector<BasicBlock *> &Blocks, PHINode &Phi, in BCECmpChain() argument 697 for (const auto &Blocks : reverse(MergedBlocks_)) { simplify() local 728 for (const auto &Blocks : MergedBlocks_) { simplify() local 745 std::vector<BasicBlock *> Blocks(NumBlocks); getOrderedBlocks() local 832 const auto Blocks = processPhi() local [all...] |
H A D | GVNSink.cpp | 113 ArrayRef<BasicBlock *> Blocks; member in __anon75ccf7c50111::LockstepReverseIterator 119 LockstepReverseIterator(ArrayRef<BasicBlock *> Blocks) : Blocks(Blocks) { in LockstepReverseIterator() argument 152 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks() argument 193 SmallVector<BasicBlock *, 4> Blocks; global() member 224 SmallVector<BasicBlock *, 4> Blocks; global() member in __anon75ccf7c50111::ModelledPHI 833 sinkLastInstruction(ArrayRef<BasicBlock * > Blocks,BasicBlock * BBEnd) sinkLastInstruction() argument [all...] |
H A D | FlattenCFGPass.cpp | 51 std::vector<WeakVH> Blocks; in iterativelyFlattenCFG() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericIteratedDominanceFrontier.h | 74 setDefiningBlocks(const SmallPtrSetImpl<NodeTy * > & Blocks) setDefiningBlocks() argument 83 setLiveInBlocks(const SmallPtrSetImpl<NodeTy * > & Blocks) setLiveInBlocks() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | EdgeBundles.h | 33 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeVGPRLiveRange.cpp | 333 SmallSetVector<MachineBasicBlock *, 2> &Blocks, in collectWaterfallCandidateRegisters() argument 402 SetVector<MachineBasicBlock *> Blocks; updateLiveRangeInThenRegion() local 554 optimizeWaterfallLiveRange(Register Reg,MachineBasicBlock * LoopHeader,SmallSetVector<MachineBasicBlock *,2> & Blocks,SmallVectorImpl<MachineInstr * > & Instructions) const optimizeWaterfallLiveRange() argument 690 SmallSetVector<MachineBasicBlock *, 2> Blocks; runOnMachineFunction() local [all...] |
H A D | SIMachineScheduler.h | 211 std::vector<SIScheduleBlock*> Blocks; member 227 SIScheduleBlocks> Blocks; variable 321 std::vector<SIScheduleBlock*> Blocks; variable
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MSFBuilder.cpp | 104 MutableArrayRef<uint32_t> Blocks) { in allocateBlocks() 157 ArrayRef<uint32_t> Blocks) { in addStream() 412 for (const auto &Blocks : Layout.StreamMap) { in commit() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | PostOrderCFGView.h | 74 std::vector<const CFGBlock *> Blocks; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/ |
H A D | Trace.cpp | 311 auto &Blocks = PTB.second; in loadFDRLog() local 330 auto &Blocks = PTB.second; in loadFDRLog() local
|
/freebsd-src/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() argument 396 ArrayRef<MachineBasicBlock *> Blocks, CmovGroup in checkForProfitableCmovCandidates() argument [all...] |
/freebsd-src/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; TestBlocks() local 1240 std::vector<const BasicBlock *> Blocks; DebugACrash() local 1262 std::vector<const BasicBlock *> Blocks; DebugACrash() local 1275 std::vector<const BasicBlock *> Blocks; DebugACrash() local [all...] |
/freebsd-src/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 | 214 if (auto EC = Reader.readArray(Blocks, NumExpectedStreamBlocks)) in parseStreamData() local 247 Result.Blocks.assign(Blocks.begin(), Blocks.end()); in getStreamLayout() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Profile.h | 125 BlockList Blocks; variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-fdr-dump.cpp | 105 auto &Blocks = ProcessThreadBlocks.second; in __anon8af342a70102() local
|
/freebsd-src/sys/contrib/zstd/doc/ |
H A D | zstd_compression_format.md | 320 Blocks section in Zstandard Compression Format 417 #### Prerequisites
|
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeExtractor.h | 104 SetVector<BasicBlock *> Blocks; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Logger.cpp | 52 unsigned Blocks = 0, Steps = 0; in endAnalysis() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MSFCommon.h | 80 std::vector<support::ulittle32_t> Blocks; variable
|