Home
last modified time | relevance | path

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

1234567

/external/llvm/docs/
DMIRLangRef.rst193 Block References
210 Successors
237 Live In Registers
252 Miscellaneous Attributes
DBitCodeFormat.rst163 .. _Blocks: target
165 Blocks section in Bitstream Format
196 .. _ENTER_SUBBLOCK:
198 ENTER_SUBBLOCK Encoding
215 END_BLOCK Encoding
404 .. _BLOCKINFO:
406 #0 - BLOCKINFO Block
553 .. _MODULE_BLOCK:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DMIRLangRef.rst243 .. _block-references:
245 Block References
274 Successors
301 Live In Registers
316 Miscellaneous Attributes
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
554 .. _MODULE_BLOCK:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h56 void setDefiningBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setDefiningBlocks()
66 void setLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setLiveInBlocks()
/external/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h56 void setDefiningBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setDefiningBlocks()
66 void setLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setLiveInBlocks()
/external/llvm/include/llvm/CodeGen/
DEdgeBundles.h35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DEdgeBundles.h34 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DEdgeBundles.h35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/
DMSFBuilderTest.cpp86 std::vector<uint32_t> Blocks = {4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST_F() local
129 auto Blocks = Msf2.getStreamBlocks(0); in TEST_F() local
252 std::vector<uint32_t> Blocks = {2, 3}; in TEST_F() local
383 std::vector<uint32_t> Blocks(BlocksRef.begin(), BlocksRef.end()); in TEST_F() local
DMappedBlockStreamTest.cpp32 DiscontiguousStream(ArrayRef<uint32_t> Blocks, MutableArrayRef<uint8_t> Data) in DiscontiguousStream()
73 std::vector<support::ulittle32_t> Blocks; member in __anona1ec7f8b0111::DiscontiguousStream
314 const uint32_t Blocks[] = {2, 1, 0, 6, 3, 4, 5, 7, 9, 8}; in TEST() local
474 const uint32_t Blocks[] = {2, 1, 0, 6, 3, 4, 5, 7, 9, 8}; in TEST() local
/external/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h52 SetVector<BasicBlock *> Blocks; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp120 ArrayRef<BasicBlock *> Blocks; member in __anonec26fc0d0111::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 __anonec26fc0d0111::ModelledPHI
826 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction()
DLoopSimplifyCFG.cpp46 SmallVector<WeakTrackingVH, 16> Blocks(L.blocks()); in simplifyLoopCFG() local
DMergeICmps.cpp359 BCECmpChain::BCECmpChain(const std::vector<BasicBlock *> &Blocks, PHINode &Phi) in BCECmpChain()
638 std::vector<BasicBlock *> Blocks(NumBlocks); in getOrderedBlocks() local
724 const auto Blocks = in processPhi() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp103 MutableArrayRef<uint32_t> Blocks) { in allocateBlocks()
156 ArrayRef<uint32_t> Blocks) { in addStream()
376 for (const auto &Blocks : Layout.StreamMap) { in commit() local
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp168 int BasicBlock::topologicalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalSort()
191 int BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalFinalSort()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h63 SetVector<BasicBlock *> Blocks; variable
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp59 auto Blocks = File.getDirectoryBlockArray(); in dumpFileHeaders() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp389 SmallPtrSet<BasicBlock *, 8> Blocks; in TestBlocks() local
508 SmallPtrSet<const BasicBlock *, 8> Blocks; in TestBlocks() local
612 SmallPtrSet<const BasicBlock *, 8> Blocks; in TestBlocks() local
1062 std::vector<const BasicBlock *> Blocks; in DebugACrash() local
1084 std::vector<const BasicBlock *> Blocks; in DebugACrash() local
1097 std::vector<const BasicBlock *> Blocks; in DebugACrash() local
/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h73 std::vector<const CFGBlock*> Blocks; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DBasicBlockPlacement.cpp113 Function::BasicBlockListType &Blocks = BB->getParent()->getBasicBlockList(); in PlaceBlocks() local
/external/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp43 SmallVector<WeakVH, 16> Blocks(L.blocks()); in simplifyLoopCFG() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp190 SmallVector<MachineBasicBlock *, 4> Blocks; in runOnMachineFunction() local
263 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups, in collectCmovCandidates()
383 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups) { in checkForProfitableCmovCandidates()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp145 ArrayRef<support::ulittle32_t> Blocks = Layout.Blocks; in computeBlockRuns() local
250 auto Blocks = makeArrayRef(StreamLayout.Blocks); in formatMsfStreamBlocks() local

1234567