/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A D | BitCodeFormat.rst | 163 .. _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:
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | EdgeBundles.h | 35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeExtractor.h | 52 SetVector<BasicBlock *> Blocks; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | ThreadSafetyTIL.cpp | 171 int BasicBlock::topologicalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalSort() 194 int BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalFinalSort()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | PostOrderCFGView.h | 73 std::vector<const CFGBlock*> Blocks; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | FunctionSummary.h | 96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | nested-name-spec-locations.cpp | 158 void bar(std::vector<int*> &Blocks) { in bar()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | InterferenceCache.h | 91 SmallVector<BlockInterference, 8> Blocks; variable
|
H A D | SpillPlacement.cpp | 264 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
|
H A D | MachineLICM.cpp | 510 const std::vector<MachineBasicBlock *> &Blocks = CurLoop->getBlocks(); in HoistRegionPostRA() local 592 const std::vector<MachineBasicBlock *> &Blocks = CurLoop->getBlocks(); in AddToLiveIns() local
|
H A D | RegAllocGreedy.cpp | 958 ArrayRef<unsigned> Blocks) { in addThroughConstraints() 1018 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle); in growRegion() local 1233 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks; in splitAroundRegion() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 276 SmallPtrSet<BasicBlock*, 8> Blocks; in TestBlocks() local 513 std::vector<const BasicBlock*> Blocks; in DebugACrash() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 636 static void FindUnconditionalPreds(SmallVectorImpl<BasicBlock *> &Blocks, in FindUnconditionalPreds() 656 SmallVector<BasicBlock *, 16> Blocks; in HandleFree() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | GCOV.h | 287 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks; variable 360 BlockLines Blocks; member
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | PostOrderIterator.h | 262 std::vector<NodeType*> Blocks; // Block list in normal PO order variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 142 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion() 152 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInCaller()
|
H A D | LoopSimplify.cpp | 194 std::set<BasicBlock*> &Blocks) { in addBlockAndPredsToSet()
|
/minix3/external/bsd/llvm/dist/clang/docs/ |
H A D | AutomaticReferenceCounting.rst | 1739 Blocks section in Miscellaneous 1761 .. _arc.misc.exceptions:
|
H A D | InternalsManual.rst | 1376 .. _ConditionalControlFlow:
|
H A D | LanguageExtensions.rst | 1018 Blocks chapter
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | CommentParser.cpp | 764 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-diff/ |
H A D | DifferenceEngine.cpp | 122 DenseMap<BasicBlock*, BasicBlock*> Blocks; member in __anonefe5e16e0111::FunctionDifferenceEngine
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 73 std::vector<BlockT*> Blocks; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Comment.h | 1098 ArrayRef<BlockContentComment *> Blocks; variable 1102 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment()
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | GCOV.cpp | 567 const BlockVector &Blocks = BlocksIt->second; in print() local
|