HomeSort by relevance Sort by last modified time
    Searched refs:DenseMap (Results 251 - 275 of 286) sorted by null

<<1112

  /external/clang/lib/Rewrite/
RewriteObjC.cpp 75 llvm::DenseMap<ObjCMethodDecl*, std::string> MethodInternalNames;
135 llvm::DenseMap<ValueDecl *, unsigned> BlockByRefDeclNo;
139 llvm::DenseMap<BlockExpr *, std::string> RewrittenBlockExprs;
142 llvm::DenseMap<Expr *, BinaryOperator *> PropSetters;
145 llvm::DenseMap<Expr *, Stmt *> PropGetters;
150 llvm::DenseMap<Stmt *, Stmt *> ReplacedNodes;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGException.cpp 673 llvm::DenseMap<llvm::Value*, UnwindDest> EHHandlers;
    [all...]
CGBlocks.cpp 818 llvm::DenseMap<const Decl*, llvm::Value*> LocalDeclMap;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 657 DenseMap<const AllocaInst*, int>::iterator SI =
796 DenseMap<const AllocaInst*, int>::iterator SI =
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 105 DenseMap<const Value*, unsigned> AnonValueNumbers;
110 DenseMap<StructType*, unsigned> UnnamedStructIDs;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 366 DenseMap<const AllocaInst*, int>::iterator SI =
508 DenseMap<const Value*, unsigned>::iterator I = LocalValueMap.find(V);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaExprObjC.cpp 184 llvm::DenseMap<Selector, SourceLocation>::iterator Pos
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CFRefCount.cpp 31 #include "llvm/ADT/DenseMap.h"
550 typedef llvm::DenseMap<ObjCSummaryKey, RetainSummary*> MapTy;
624 typedef llvm::DenseMap<const FunctionDecl*, RetainSummary*>
    [all...]
ExprEngine.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp 31 #include "llvm/ADT/DenseMap.h"
64 DenseMap<SDValue, SDValue> LegalizedNodes;
    [all...]
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 620 std::pair<DenseMap<const SCEV *, const Loop *>::iterator, bool> Pair =
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 62 typedef DenseMap<GCStrategy*,GCMetadataPrinter*> gcp_map_type;
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 244 llvm::DenseMap<CanQualType, unsigned> CompletionTypes;
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1531 milliseconds

<<1112