HomeSort by relevance Sort by last modified time
    Searched refs:SmallPtrSet (Results 151 - 175 of 224) sorted by null

1 2 3 4 5 67 8 9

  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 20 #include "llvm/ADT/SmallPtrSet.h"
170 SmallPtrSet<const Value*, 4> Uses, Defs;
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 40 #include "llvm/ADT/SmallPtrSet.h"
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 17 #include "llvm/ADT/SmallPtrSet.h"
497 SmallPtrSet<const Value*, 16> Visited;
    [all...]
ValueTracking.cpp 16 #include "llvm/ADT/SmallPtrSet.h"
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 37 #include "llvm/ADT/SmallPtrSet.h"
95 llvm::SmallPtrSet<DeclContext*, 8> visited;
360 llvm::SmallPtrSet<NamedDecl*, 16> Unique;
361 llvm::SmallPtrSet<QualType, 16> UniqueTypes;
    [all...]
SemaCodeComplete.cpp 29 #include "llvm/ADT/SmallPtrSet.h"
60 llvm::SmallPtrSet<const Decl*, 16> AllDeclsFound;
    [all...]
AnalysisBasedWarnings.cpp 700 typedef llvm::SmallPtrSet<const AttributedStmt*, 8> AttrStmts;
852 llvm::SmallPtrSet<const CFGBlock *, 16> ReachableBlocks;
    [all...]
SemaExceptionSpec.cpp 22 #include "llvm/ADT/SmallPtrSet.h"
519 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes;
    [all...]
SemaTemplateVariadic.cpp 218 llvm::SmallPtrSet<IdentifierInfo *, 4> NamesKnown;
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 525 SmallPtrSet<SDNode*, 128> VisitedNodes;
    [all...]
SelectionDAG.cpp 18 #include "llvm/ADT/SmallPtrSet.h"
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 236 SmallPtrSet<CodeGenRegister*, 8> Orphans;
    [all...]
SubtargetEmitter.cpp 383 SmallPtrSet<Record*, 8> ItinsDefSet;
559 SmallPtrSet<Record*, 8> ItinsDefSet;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 46 #include "llvm/ADT/SmallPtrSet.h"
261 llvm::SmallPtrSet<Expr*, 2> MaybeODRUseExprs;
288 typedef llvm::SmallPtrSet<const CXXRecordDecl*, 8> RecordDeclSetTy;
297 llvm::SmallPtrSet<const Decl*, 4> ParsingInitForAutoVars;
634 llvm::SmallPtrSet<Expr*, 2> SavedMaybeODRUseExprs;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 17 #include "llvm/ADT/SmallPtrSet.h"
88 SmallPtrSet<const MCSymbol *, 16> UsedInReloc;
89 SmallPtrSet<const MCSymbol *, 16> WeakrefUsedInReloc;
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 31 #include "llvm/ADT/SmallPtrSet.h"
364 SmallPtrSet<MachineBasicBlock*, 8> Processed;
368 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*, 8> >
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 32 #include "llvm/ADT/SmallPtrSet.h"
325 /// We are using SmallPtrSet instead of a vector for faster removal.
326 typedef llvm::SmallPtrSet<SourceLocation, 32> WarnUnusedMacroLocsTy;
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 72 llvm::SmallPtrSet<const CXXRecordDecl *, 4> LaidOutVirtualBases;
    [all...]
CodeGenModule.h 29 #include "llvm/ADT/SmallPtrSet.h"
257 llvm::SmallPtrSet<llvm::GlobalValue*, 10> WeakRefReferences;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 18 #include "llvm/ADT/SmallPtrSet.h"
179 typedef SmallPtrSet<GroupInfo *, 16> GroupSetTy;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 809 for (SmallPtrSet<DIE *, 4>::iterator AI = InlinedSubprogramDIEs.begin(),
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 80 SmallPtrSet<const MachineBasicBlock *, 4> LBlocks;
    [all...]

Completed in 1593 milliseconds

1 2 3 4 5 67 8 9