Home
last modified time | relevance | path

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

12

/external/llvm/docs/
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
552 .. _MODULE_BLOCK:
/external/llvm/include/llvm/CodeGen/
DEdgeBundles.h35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/external/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h52 SetVector<BasicBlock *> Blocks; variable
/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/lldb/include/lldb/Symbol/
DSymbolFile.h38 Blocks = (1u << 3), enumerator
/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h73 std::vector<const CFGBlock*> Blocks; variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DFunctionSummary.h96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock() local
/external/clang/test/SemaCXX/
Dnested-name-spec-locations.cpp158 void bar(std::vector<int*> &Blocks) { in bar()
/external/llvm/include/llvm/Support/
DGCOV.h287 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks; variable
372 BlockLines Blocks; member
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp629 static void FindUnconditionalPreds(SmallVectorImpl<BasicBlock *> &Blocks, in FindUnconditionalPreds()
649 SmallVector<BasicBlock *, 16> Blocks; in HandleFree() local
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp276 SmallPtrSet<BasicBlock*, 8> Blocks; in TestBlocks() local
512 std::vector<const BasicBlock*> Blocks; in DebugACrash() local
/external/llvm/lib/CodeGen/
DInterferenceCache.h91 SmallVector<BlockInterference, 8> Blocks; variable
DSpillPlacement.cpp264 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
DMachineLICM.cpp524 const std::vector<MachineBasicBlock *> &Blocks = CurLoop->getBlocks(); in HoistRegionPostRA() local
606 const std::vector<MachineBasicBlock *> &Blocks = CurLoop->getBlocks(); in AddToLiveIns() local
DRegAllocGreedy.cpp959 ArrayRef<unsigned> Blocks) { in addThroughConstraints()
1019 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle); in growRegion() local
1234 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks; in splitAroundRegion() local
/external/llvm/include/llvm/ADT/
DPostOrderIterator.h284 std::vector<NodeType*> Blocks; // Block list in normal PO order variable
/external/clang/docs/
DAutomaticReferenceCounting.rst1747 Blocks section in Miscellaneous
1769 .. _arc.misc.exceptions:
DInternalsManual.rst1378 .. _ConditionalControlFlow:
DLanguageExtensions.rst1026 Blocks chapter
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp142 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion()
152 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInCaller()
/external/clang/lib/AST/
DCommentParser.cpp764 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment() local
/external/llvm/include/llvm/Analysis/
DLoopInfo.h78 std::vector<BlockT*> Blocks; variable
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp122 DenseMap<BasicBlock*, BasicBlock*> Blocks; member in __anon551b5fbd0111::FunctionDifferenceEngine
/external/clang/include/clang/AST/
DComment.h1098 ArrayRef<BlockContentComment *> Blocks; variable
1102 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment()
/external/llvm/lib/IR/
DGCOV.cpp600 const BlockVector &Blocks = BlocksIt->second; in print() local

12