Home
last modified time | relevance | path

Searched defs:Blocks (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp169 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 DWebAssemblyFixIrreducibleControlFlow.cpp86 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 DMergeICmps.cpp413 [](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 DGVNSink.cpp113 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 DFlattenCFGPass.cpp51 std::vector<WeakVH> Blocks; in iterativelyFlattenCFG() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h76 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 DEdgeBundles.h33 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp333 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 DSIMachineScheduler.h211 std::vector<SIScheduleBlock*> Blocks; member
227 SIScheduleBlocks> Blocks; variable
321 std::vector<SIScheduleBlock*> Blocks; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp165 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 DEvaluationResult.cpp178 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 DMSFBuilder.cpp103 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 DTrace.cpp308 auto &Blocks = PTB.second; loadFDRLog() local
327 auto &Blocks = PTB.second; loadFDRLog() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp193 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 DCrashDebugger.cpp473 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 DLinePrinter.cpp149 ArrayRef<support::ulittle32_t> Blocks = Layout.Blocks; in computeBlockRuns() local
254 auto Blocks = ArrayRef(StreamLayout.Blocks); in formatMsfStreamBlocks() local
H A DPDBFile.cpp213 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 DSPIRVConvergenceRegionAnalysis.h58 SmallPtrSet<BasicBlock *, 8> Blocks = {}; variable
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md320 Blocks section in Zstandard Compression Format
417 #### Prerequisites
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h125 BlockList Blocks; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp105 auto &Blocks = ProcessThreadBlocks.second; in __anonc19214950102() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h97 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h104 SetVector<BasicBlock *> Blocks; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h108 std::vector<const CFGBlock *> Blocks; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DLogger.cpp52 unsigned Blocks = 0, Steps = 0; in endAnalysis() local

1234