Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp74 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph()
114 const BlockSet &Blocks; member in __anonc8d474c50111::ReachabilityGraph
193 BlockSet Blocks; member in __anonc8d474c50111::LoopBlocks
242 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion()
323 BlockSet &Entries, BlockSet &Blocks, MachineFunction &MF, in makeSingleEntryLoop()
DWebAssemblyExceptionInfo.h47 std::vector<MachineBasicBlock *> Blocks; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h75 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks()
84 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DEdgeBundles.h34 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp120 ArrayRef<BasicBlock *> Blocks; member in __anon8f5973bd0111::LockstepReverseIterator
126 LockstepReverseIterator(ArrayRef<BasicBlock *> Blocks) : Blocks(Blocks) { in LockstepReverseIterator()
159 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks()
201 SmallVector<BasicBlock *, 4> Blocks; member
232 SmallVector<BasicBlock *, 4> Blocks; member in __anon8f5973bd0111::ModelledPHI
833 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction()
DFlattenCFGPass.cpp61 std::vector<WeakVH> Blocks; in iterativelyFlattenCFG() local
DMergeICmps.cpp436 BCECmpChain::BCECmpChain(const std::vector<BasicBlock *> &Blocks, PHINode &Phi, in BCECmpChain()
763 std::vector<BasicBlock *> Blocks(NumBlocks); in getOrderedBlocks() local
850 const auto Blocks = in processPhi() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp102 MutableArrayRef<uint32_t> Blocks) { in allocateBlocks()
155 ArrayRef<uint32_t> Blocks) { in addStream()
375 for (const auto &Blocks : Layout.StreamMap) { in commit() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DTrace.cpp310 auto &Blocks = PTB.second; in loadFDRLog() local
329 auto &Blocks = PTB.second; in loadFDRLog() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp182 SmallVector<MachineBasicBlock *, 4> Blocks; in runOnMachineFunction() local
255 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups, in collectCmovCandidates()
377 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups) { in checkForProfitableCmovCandidates()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DProfile.h125 BlockList Blocks; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp80 AllocationMap Blocks; in allocate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h99 SetVector<BasicBlock *> Blocks; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp479 const BlockVector &Blocks, uint64_t &Count) { in lookForCircuit()
525 void GCOVBlock::getCyclesCount(const BlockVector &Blocks, uint64_t &Count) { in getCyclesCount()
537 uint64_t GCOVBlock::getLineCount(const BlockVector &Blocks) { in getLineCount()
754 const BlockVector &Blocks = BlocksIt->second; in print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h214 std::vector<SIScheduleBlock*> Blocks; member
230 SIScheduleBlocks> Blocks; variable
324 std::vector<SIScheduleBlock*> Blocks; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFCommon.h80 std::vector<support::ulittle32_t> Blocks; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp214 ArrayRef<support::ulittle32_t> Blocks; in parseStreamData() local
247 auto Blocks = getStreamBlockList(StreamIdx); in getStreamLayout() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h143 std::vector<Block> Blocks; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp267 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion()
277 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInCaller()
285 static BasicBlock *getCommonExitBlock(const SetVector<BasicBlock *> &Blocks) { in getCommonExitBlock()
981 static void eraseLifetimeMarkersOnInputs(const SetVector<BasicBlock *> &Blocks, in eraseLifetimeMarkersOnInputs()
DCloneFunction.cpp739 const SmallVectorImpl<BasicBlock *> &Blocks, ValueToValueMapTy &VMap) { in remapInstructionsInBlocks()
756 SmallVectorImpl<BasicBlock *> &Blocks) { in cloneLoopWithPreheader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.h95 SmallVector<BlockInterference, 8> Blocks; variable
DSpillPlacement.cpp286 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h308 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks; variable
404 BlockLines Blocks; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h95 std::vector<SourceLineBlock> Blocks; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPostOrderIterator.h290 std::vector<NodeRef> Blocks; // Block list in normal PO order variable

123