Home
last modified time | relevance | path

Searched defs:Scopes (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DVarBypassDetector.h42 llvm::SmallVector<std::pair<unsigned, const VarDecl *>, 48> Scopes; variable
H A DMacroPPCallbacks.h52 llvm::SmallVector<llvm::DIMacroFile *, 4> Scopes; variable
H A DCGAtomic.cpp729 auto Scopes = ScopeModel->getRuntimeValues(); in EmitAtomicOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h160 SmallVector<DIScope *, 8> Scopes; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSyncScope.h130 static const unsigned Scopes[] = { in getRuntimeValues() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.h146 llvm::SmallVector<Scope, 2> Scopes; variable
H A DByteCodeEmitter.cpp68 llvm::SmallVector<Scope, 2> Scopes; in compileFunc() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp118 bool ScopedNoAliasAAResult::mayAliasInScopes(const MDNode *Scopes, in mayAliasInScopes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp164 SmallVector<PoolScope, 4> Scopes; in VisitCompoundStmt() local
421 SmallVector<PoolScope, 2> Scopes; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp421 DenseSet<CHRScope *> Scopes; member in __anon566c75c30211::CHR
991 SmallVectorImpl<CHRScope *> &Scopes) { in findScopes()
1275 void CHR::classifyBiasedScopes(SmallVectorImpl<CHRScope *> &Scopes) { in classifyBiasedScopes()
1985 dumpScopes(SmallVectorImpl<CHRScope *> &Scopes, const char *Label) { in dumpScopes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp557 SmallVector<Metadata *, 4> Scopes{NewScope}, NoAliases{NewScope}; in setNoAliasToLoop() local
H A DEarlyCSE.cpp672 NodeScope Scopes; member in __anon16fc0a160311::EarlyCSE::StackNode
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp756 SmallVector<MachineDomTreeNode*, 32> Scopes; in PerformCSE() local
H A DMachineLICM.cpp705 SmallVector<MachineDomTreeNode*, 32> Scopes; in HoistOutOfLoop() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp279 MultiParseScope Scopes; member
H A DParseTemplate.cpp1643 MultiParseScope Scopes(*this); in ParseLateTemplatedFuncDef() local
H A DParseOpenMP.cpp658 Parser::MultiParseScope Scopes; member in __anonc154ddd90511::FNContextRAII
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp70 SmallVector<GotoScope, 48> Scopes; member in __anond6565a0e0111::JumpScopeChecker
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1071 SmallVector<Metadata *, 4> Scopes, NoAliases; in AddAliasScopeMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2797 SmallVectorImpl<LexicalScope *> &Scopes, in collectLexicalBlockInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp903 DenseMap<DebugVariable, const DILocation *> Scopes; member in __anon45b083930211::VLocTracker