Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/llvm/docs/
H A DMIRLangRef.rst255 .. _block-references:
257 Block References
286 Successors
313 Live In Registers
328 Miscellaneous Attributes
H A DBitCodeFormat.rst165 .. _Blocks: target
167 Blocks section in Bitstream Format
198 .. _ENTER_SUBBLOCK:
200 ENTER_SUBBLOCK Encoding
217 END_BLOCK Encoding
406 .. _BLOCKINFO:
408 #0 - BLOCKINFO Block
555 .. _MODULE_BLOCK:
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp169 SetVector<BasicBlock *> &Blocks, in createNaturalLoopInternal()
257 SetVector<BasicBlock *> &Blocks, in createNaturalLoop()
263 SetVector<BasicBlock *> &Blocks, in createNaturalLoop()
275 SetVector<BasicBlock *> Blocks; in makeReducible() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp411 [](const auto &Blocks) { return Blocks.size() > 1; }); in atLeastOneMerged()
429 static unsigned getMinOrigOrder(const BCECmpChain::ContiguousBlocks &Blocks) { in getMinOrigOrder()
439 mergeBlocks(std::vector<BCECmpBlock> &&Blocks) { in mergeBlocks()
471 BCECmpChain::BCECmpChain(const std::vector<BasicBlock *> &Blocks, PHINode &Phi, in BCECmpChain()
694 for (const auto &Blocks : reverse(MergedBlocks_)) { in simplify() local
725 for (const auto &Blocks : MergedBlocks_) { in simplify() local
742 std::vector<BasicBlock *> Blocks(NumBlocks); in getOrderedBlocks() local
829 const auto Blocks = in processPhi() local
H A DGVNSink.cpp116 ArrayRef<BasicBlock *> Blocks; member in __anon97a272aa0111::LockstepReverseIterator
122 LockstepReverseIterator(ArrayRef<BasicBlock *> Blocks) : Blocks(Blocks) { in LockstepReverseIterator()
155 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks()
196 SmallVector<BasicBlock *, 4> Blocks; member
227 SmallVector<BasicBlock *, 4> Blocks; member in __anon97a272aa0111::ModelledPHI
836 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction()
H A DFlattenCFGPass.cpp51 std::vector<WeakVH> Blocks; in iterativelyFlattenCFG() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp86 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph()
126 const BlockSet &Blocks; member in __anon177248720111::ReachabilityGraph
205 BlockSet Blocks; member in __anon177248720111::LoopBlocks
252 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion()
338 BlockSet &Entries, BlockSet &Blocks, MachineFunction &MF, in makeSingleEntryLoop()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h75 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks()
84 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp333 SmallSetVector<MachineBasicBlock *, 2> &Blocks, in collectWaterfallCandidateRegisters()
402 SetVector<MachineBasicBlock *> Blocks; in updateLiveRangeInThenRegion() local
545 SmallSetVector<MachineBasicBlock *, 2> &Blocks, in optimizeWaterfallLiveRange()
681 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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp103 MutableArrayRef<uint32_t> Blocks) { in allocateBlocks()
156 ArrayRef<uint32_t> Blocks) { in addStream()
395 for (const auto &Blocks : Layout.StreamMap) { in commit() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp165 unsigned BasicBlock::topologicalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalSort()
189 unsigned BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalFinalSort()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h33 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp193 SmallVector<MachineBasicBlock *, 4> Blocks; in runOnMachineFunction() local
270 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups, in collectCmovCandidates()
392 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups) { in checkForProfitableCmovCandidates()
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp457 SmallPtrSet<BasicBlock *, 8> Blocks; in TestBlocks() local
577 SmallPtrSet<const BasicBlock *, 8> Blocks; in TestBlocks() local
682 SmallPtrSet<const BasicBlock *, 8> Blocks; in TestBlocks() local
1253 std::vector<const BasicBlock *> Blocks; in DebugACrash() local
1275 std::vector<const BasicBlock *> Blocks; in DebugACrash() local
1288 std::vector<const BasicBlock *> Blocks; in DebugACrash() local
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DTrace.cpp308 auto &Blocks = PTB.second; in loadFDRLog() local
327 auto &Blocks = PTB.second; in loadFDRLog() local
/openbsd-src/gnu/llvm/clang/docs/
H A DConstantInterpreter.rst122 Blocks section in Memory Organisation
/openbsd-src/gnu/llvm/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 ArrayRef<support::ulittle32_t> Blocks; in parseStreamData() local
247 auto Blocks = getStreamBlockList(StreamIdx); in getStreamLayout() local
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h74 std::vector<const CFGBlock *> Blocks; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/
H A DProfile.h125 BlockList Blocks; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp105 auto &Blocks = ProcessThreadBlocks.second; in __anonacc8bd8c0102() local
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h97 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h104 SetVector<BasicBlock *> Blocks; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h80 std::vector<support::ulittle32_t> Blocks; variable

1234