Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLockstepReverseIterator.h47 ArrayRef<BasicBlock *> Blocks; variable
52 LockstepReverseIterator(ArrayRef<BasicBlock *> Blocks) : Blocks(Blocks) { in LockstepReverseIterator()
94 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks()
H A DCodeExtractor.h106 SetVector<BasicBlock *> Blocks; variable
/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()
701 for (const auto &Blocks : reverse(MergedBlocks_)) { in simplify() local
732 for (const auto &Blocks : MergedBlocks_) { in simplify() local
749 std::vector<BasicBlock *> Blocks(NumBlocks); in getOrderedBlocks() local
836 const auto Blocks = in processPhi() local
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/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp340 SmallSetVector<MachineBasicBlock *, 2> &Blocks, in collectWaterfallCandidateRegisters()
409 SetVector<MachineBasicBlock *> Blocks; in updateLiveRangeInThenRegion() local
559 SmallSetVector<MachineBasicBlock *, 2> &Blocks, in optimizeWaterfallLiveRange()
719 SmallSetVector<MachineBasicBlock *, 2> Blocks; in run() 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.cpp164 unsigned BasicBlock::topologicalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalSort()
188 unsigned BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalFinalSort()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp104 MutableArrayRef<uint32_t> Blocks) { in allocateBlocks()
157 ArrayRef<uint32_t> Blocks) { in addStream()
410 for (const auto &Blocks : Layout.StreamMap) { in commit() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCompactUnwindSupport.cpp60 auto Blocks = in splitCompactUnwindBlocks() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvaluationResult.cpp179 llvm::SetVector<const Block *> &Blocks) { in collectBlocks()
224 llvm::SetVector<const Block *> Blocks; in checkReturnValue() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h39 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp470 SmallPtrSet<BasicBlock *, 8> Blocks; in TestBlocks() local
583 SmallPtrSet<const BasicBlock *, 8> Blocks; in TestBlocks() local
681 SmallPtrSet<const BasicBlock *, 8> Blocks; in TestBlocks() local
1228 std::vector<const BasicBlock *> Blocks; in DebugACrash() local
1250 std::vector<const BasicBlock *> Blocks; in DebugACrash() local
1263 std::vector<const BasicBlock *> Blocks; in DebugACrash() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp193 SmallVector<MachineBasicBlock *, 4> Blocks(llvm::make_pointer_range(MF)); in runOnMachineFunction() local
267 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups, in collectCmovCandidates()
393 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups) { in checkForProfitableCmovCandidates()
/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/DebugInfo/PDB/Native/
H A DLinePrinter.cpp148 ArrayRef<support::ulittle32_t> Blocks = Layout.Blocks; in computeBlockRuns() local
253 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.h57 SmallPtrSet<BasicBlock *, 8> Blocks = {}; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h126 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.h93 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_common.h67 CompactPtrT Blocks[]; member
/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