Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp166 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 DWebAssemblyFixIrreducibleControlFlow.cpp86 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 DWebAssemblyExceptionInfo.h47 std::vector<MachineBasicBlock *> Blocks; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp413 [](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 DGVNSink.cpp113 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 DFlattenCFGPass.cpp51 std::vector<WeakVH> Blocks; in iterativelyFlattenCFG() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h74 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 DEdgeBundles.h33 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp333 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 DSIMachineScheduler.h211 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 DThreadSafetyTIL.cpp165 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 DMSFBuilder.cpp104 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 DPostOrderCFGView.h74 std::vector<const CFGBlock *> Blocks; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp311 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 DX86CmovConversion.cpp193 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 DCrashDebugger.cpp473 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 DLinePrinter.cpp149 ArrayRef<support::ulittle32_t> Blocks = Layout.Blocks; in computeBlockRuns() local
254 auto Blocks = ArrayRef(StreamLayout.Blocks); in formatMsfStreamBlocks() local
H A DPDBFile.cpp214 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 DProfile.h125 BlockList Blocks; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp105 auto &Blocks = ProcessThreadBlocks.second; in __anon8af342a70102() local
/freebsd-src/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md320 Blocks section in Zstandard Compression Format
417 #### Prerequisites
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h97 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h104 SetVector<BasicBlock *> Blocks; variable
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DLogger.cpp52 unsigned Blocks = 0, Steps = 0; in endAnalysis() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h80 std::vector<support::ulittle32_t> Blocks; variable

1234