Home
last modified time | relevance | path

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

12

/external/llvm/docs/
DBitCodeFormat.rst162 .. _Blocks: target
164 Blocks section in Bitstream Format
195 .. _ENTER_SUBBLOCK:
197 ENTER_SUBBLOCK Encoding
214 END_BLOCK Encoding
403 .. _BLOCKINFO:
405 #0 - BLOCKINFO Block
538 .. _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/include/clang/Analysis/Analyses/
DPostOrderCFGView.h73 std::vector<const CFGBlock*> Blocks; variable
/external/llvm/lib/Transforms/Scalar/
DBasicBlockPlacement.cpp113 Function::BasicBlockListType &Blocks = BB->getParent()->getBasicBlockList(); in PlaceBlocks() local
DDeadStoreElimination.cpp641 static void FindUnconditionalPreds(SmallVectorImpl<BasicBlock *> &Blocks, in FindUnconditionalPreds()
661 SmallVector<BasicBlock *, 16> Blocks; in HandleFree() local
/external/llvm/include/llvm/MC/
DMCFunction.h84 BasicBlockListTy Blocks; variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DFunctionSummary.h96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock() local
/external/llvm/include/llvm/Support/
DGCOV.h183 SmallVector<GCOVBlock *, 16> Blocks; variable
/external/clang/test/SemaCXX/
Dnested-name-spec-locations.cpp158 void bar(std::vector<int*> &Blocks) { in bar()
/external/llvm/lib/CodeGen/
DInterferenceCache.h90 SmallVector<BlockInterference, 8> Blocks; variable
DSpillPlacement.cpp253 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
DRegAllocGreedy.cpp816 ArrayRef<unsigned> Blocks) { in addThroughConstraints()
878 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle); in growRegion() local
1093 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks; in splitAroundRegion() local
DMachineLICM.cpp505 const std::vector<MachineBasicBlock*> Blocks = CurLoop->getBlocks(); in HoistRegionPostRA() local
587 const std::vector<MachineBasicBlock*> Blocks = CurLoop->getBlocks(); in AddToLiveIns() local
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp276 SmallPtrSet<BasicBlock*, 8> Blocks; in TestBlocks() local
514 std::vector<const BasicBlock*> Blocks; in DebugACrash() local
/external/llvm/include/llvm/ADT/
DPostOrderIterator.h261 std::vector<NodeType*> Blocks; // Block list in normal PO order variable
/external/clang/docs/
DInternalsManual.rst1347 .. _ConditionalControlFlow:
DAutomaticReferenceCounting.rst1739 Blocks section in Miscellaneous
1761 .. _arc.misc.exceptions:
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp140 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion()
150 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInCaller()
DLoopSimplify.cpp452 std::set<BasicBlock*> &Blocks) { in AddBlockAndPredsToSet()
/external/clang/lib/AST/
DCommentParser.cpp743 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-pp.c54 typedef struct Blocks Blocks; typedef
457 struct Blocks { struct
458 Blocks *next; argument
462 static Blocks blocks = { NULL, NULL }; argument
/external/llvm/include/llvm/Analysis/
DLoopInfo.h70 std::vector<BlockT*> Blocks; variable
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp122 DenseMap<BasicBlock*, BasicBlock*> Blocks; member in __anon614e51e70111::FunctionDifferenceEngine
/external/clang/include/clang/AST/
DComment.h1077 ArrayRef<BlockContentComment *> Blocks; variable
1081 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment()

12