Home
last modified time | relevance | path

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

1234

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDFixIrreducible.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-head/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyFixIrreducibleControlFlow.cpp86 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph()
126 const BlockSet &Blocks; member in __anon1c966dda0111::ReachabilityGraph
205 BlockSet Blocks; member in __anon1c966dda0111::LoopBlocks
252 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion()
338 BlockSet &Entries, BlockSet &Blocks, MachineFunction &MF, in makeSingleEntryLoop()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDMergeICmps.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
HDGVNSink.cpp113 ArrayRef<BasicBlock *> Blocks; member in __anon1181f2120111::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 __anon1181f2120111::ModelledPHI
882 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction()
HDFlattenCFGPass.cpp51 std::vector<WeakVH> Blocks; in iterativelyFlattenCFG() local
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDGenericIteratedDominanceFrontier.h76 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks()
85 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDEdgeBundles.h33 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIOptimizeVGPRLiveRange.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
HDSIMachineScheduler.h211 std::vector<SIScheduleBlock*> Blocks; member
227 SIScheduleBlocks> Blocks; variable
321 std::vector<SIScheduleBlock*> Blocks; variable
/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDEvaluationResult.cpp178 llvm::SetVector<const Block *> &Blocks) { in collectBlocks()
223 llvm::SetVector<const Block *> Blocks; in checkReturnValue() local
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafetyTIL.cpp165 unsigned BasicBlock::topologicalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalSort()
189 unsigned BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalFinalSort()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
HDMSFBuilder.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-head/contrib/llvm-project/llvm/lib/XRay/
HDTrace.cpp311 auto &Blocks = PTB.second; in loadFDRLog() local
330 auto &Blocks = PTB.second; in loadFDRLog() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86CmovConversion.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-head/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
HDSPIRVConvergenceRegionAnalysis.h58 SmallPtrSet<BasicBlock *, 8> Blocks = {}; variable
/freebsd-head/contrib/llvm-project/llvm/tools/bugpoint/
HDCrashDebugger.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-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDLinePrinter.cpp149 ArrayRef<support::ulittle32_t> Blocks = Layout.Blocks; in computeBlockRuns() local
254 auto Blocks = ArrayRef(StreamLayout.Blocks); in formatMsfStreamBlocks() local
/freebsd-head/contrib/llvm-project/llvm/include/llvm/XRay/
HDProfile.h125 BlockList Blocks; variable
/freebsd-head/sys/contrib/zstd/doc/
HDzstd_compression_format.md320 Blocks section in Zstandard Compression Format
417 #### Prerequisites
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-fdr-dump.cpp105 auto &Blocks = ProcessThreadBlocks.second; in __anon26a83cf40102() local
/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDFunctionSummary.h97 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock() local
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDCodeExtractor.h104 SetVector<BasicBlock *> Blocks; variable
/freebsd-head/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDPostOrderCFGView.h108 std::vector<const CFGBlock *> Blocks; variable
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDLogger.cpp52 unsigned Blocks = 0, Steps = 0; in endAnalysis() local
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
HDMSFCommon.h80 std::vector<support::ulittle32_t> Blocks; variable

1234