Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DEdgeBundles.h35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/freebsd-9-stable/contrib/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h52 SetVector<BasicBlock *> Blocks; variable
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h73 std::vector<const CFGBlock*> Blocks; variable
/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCFunction.h92 BasicBlockListTy Blocks; variable
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DFunctionSummary.h96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock() local
/freebsd-9-stable/contrib/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
DMachineBlockPlacement.cpp84 SmallVector<MachineBasicBlock *, 4> Blocks; member in __anond2ec868d0211::BlockChain
DMachineTraceMetrics.cpp417 MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> Blocks; member
/freebsd-9-stable/contrib/llvm/tools/bugpoint/
DCrashDebugger.cpp276 SmallPtrSet<BasicBlock*, 8> Blocks; in TestBlocks() local
514 std::vector<const BasicBlock*> Blocks; in DebugACrash() local
DMiscompilation.cpp561 std::vector<BasicBlock*> Blocks; in ExtractBlocks() local
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DGCOV.h221 SmallVector<GCOVBlock *, 16> Blocks; variable
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp641 static void FindUnconditionalPreds(SmallVectorImpl<BasicBlock *> &Blocks, in FindUnconditionalPreds()
661 SmallVector<BasicBlock *, 16> Blocks; in HandleFree() local
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DPostOrderIterator.h261 std::vector<NodeType*> Blocks; // Block list in normal PO order variable
/freebsd-9-stable/contrib/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()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DCommentParser.cpp764 SmallVector<BlockContentComment *, 8> Blocks; in parseFullComment() local
DCommentSema.cpp534 ArrayRef<BlockContentComment *> Blocks) { in actOnFullComment()
/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DLoopInfo.h70 std::vector<BlockT*> Blocks; variable
/freebsd-9-stable/contrib/llvm/tools/llvm-diff/
DDifferenceEngine.cpp122 DenseMap<BasicBlock*, BasicBlock*> Blocks; member in __anon4ca734db0111::FunctionDifferenceEngine
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DComment.h1077 ArrayRef<BlockContentComment *> Blocks; variable
1081 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp378 DenseMap<BasicBlock *, GCOVBlock *> Blocks; member in __anon6b5c77ca0211::GCOVFunction
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Analysis/
DCFG.h868 CFGBlockListTy Blocks; variable

12