Searched defs:Scopes (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp96 bool mayAliasInScopes(const MDNode *Scopes, const MDNode *NoAlias) const;
143 ScopedNoAliasAA::mayAliasInScopes(const MDNode *Scopes, argument
145 if (!Scopes || !NoAlias)
160 collectMDInDomain(Scopes, Domain, ScopeNodes);
/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp96 scpI = info.Scopes.begin(),
97 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
120 scpI = info.Scopes.begin(),
121 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
151 scpI = info.Scopes.begin(),
152 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
165 SmallVector<PoolScope, 4> Scopes; local
180 Scopes.push_back(PoolScope());
181 Scopes.back().PoolVar = VD;
182 Scopes
422 SmallVector<PoolScope, 2> Scopes; member in struct:__anon790::AutoreleasePoolRewriter::PoolVarInfo
[all...]
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp65 SmallVector<GotoScope, 48> Scopes; member in class:__anon1127::JumpScopeChecker
98 Scopes.push_back(GotoScope(~0U, ~0U, ~0U, SourceLocation()));
117 assert(Scopes[B].ParentScope < B);
118 B = Scopes[B].ParentScope;
120 assert(Scopes[A].ParentScope < A);
121 A = Scopes[A].ParentScope;
217 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second,
219 ParentScope = Scopes.size()-1;
260 Scopes.push_back(GotoScope(ParentScope,
262 ParentScope = Scopes
[all...]
/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp676 SmallVector<MachineDomTreeNode*, 32> Scopes; local
686 Scopes.push_back(Node);
698 for (unsigned i = 0, e = Scopes.size(); i != e; ++i) {
699 MachineDomTreeNode *Node = Scopes[i];
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp348 EndIter(end), Scopes(AvailableValues, AvailableLoads, AvailableCalls),
376 NodeScope Scopes; member in class:__anon11011::EarlyCSE::StackNode
/external/llvm/include/llvm/IR/
H A DDebugInfo.h508 return iterator_range<scope_iterator>(Scopes.begin(), Scopes.end());
515 unsigned scope_count() const { return Scopes.size(); }
522 SmallVector<DIScope, 8> Scopes; member in class:llvm::DebugInfoFinder
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp515 SmallVector<Metadata *, 4> Scopes, NoAliases; local
609 Scopes.push_back(NewScopes[A]);
612 if (!Scopes.empty())
616 MDNode::get(CalledFunc->getContext(), Scopes)));

Completed in 242 milliseconds