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

1 2 3 4 5 6 78 9

  /external/llvm/lib/CodeGen/
LiveInterval.cpp 206 SmallPtrSet<VNInfo*, 8> Seen;
MachineBasicBlock.cpp 15 #include "llvm/ADT/SmallPtrSet.h"
    [all...]
MachineTraceMetrics.cpp 325 SmallPtrSet<const MachineBasicBlock*, 8> Visited;
    [all...]
BranchFolding.cpp 863 SmallPtrSet<MachineBasicBlock *, 8> UniquePreds;
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUStructurizeCFG.cpp 41 typedef SmallPtrSet<BasicBlock *, 8> BBSet;
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 722 SmallPtrSet<BasicBlock *, 1> ExitBlocks;
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 51 #include "llvm/ADT/SmallPtrSet.h"
536 SmallPtrSet<Value*, 4> AllowedExit;
539 SmallPtrSet<Instruction*, 4> Uniforms;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 28 #include "llvm/ADT/SmallPtrSet.h"
46 SmallPtrSet<BasicBlock*, 8> &Visited) {
163 SmallPtrSet<BasicBlock*, 8> Visited;
175 SmallPtrSet<Instruction*, 32> DeadInsts;
257 for (SmallPtrSet<Instruction*, 32>::iterator
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 537 typedef llvm::SmallPtrSet<const CXXRecordDecl*, 4> ClassSetTy;
626 llvm::SmallPtrSet<const CXXRecordDecl *, 4> VisitedVirtualBases;
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 120 llvm::SmallPtrSet<ObjCProtocolDecl *, 16> &Known) {
203 llvm::SmallPtrSet<ObjCProtocolDecl *, 16> KnownProtos;
    [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp 32 #include "llvm/ADT/SmallPtrSet.h"
    [all...]
SemaExprMember.cpp 27 typedef llvm::SmallPtrSet<const CXXRecordDecl*, 4> BaseSet;
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 51 #include "llvm/ADT/SmallPtrSet.h"
134 SmallPtrSet<Instruction*, 16> InstsInThisBlock;
138 SmallPtrSet<MDNode *, 32> MDNodes;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 23 #include "llvm/ADT/SmallPtrSet.h"
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 105 SmallPtrSet<PHINode*, 8> CheckedPHIs;
    [all...]
LoopUnswitch.cpp 32 #include "llvm/ADT/SmallPtrSet.h"
73 typedef DenseMap<const SwitchInst*, SmallPtrSet<const Value *, 8> >
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 184 SmallPtrSet<Record*, 16> &RWSet) {
213 SmallPtrSet<Record*, 16> RWSet;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 39 #include "llvm/ADT/SmallPtrSet.h"
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 21 #include "llvm/ADT/SmallPtrSet.h"
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 24 #include "llvm/ADT/SmallPtrSet.h"
316 typedef llvm::SmallPtrSet<LabelDecl*, 5> LabelSetTy;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 64 #include "llvm/ADT/SmallPtrSet.h"
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 791 llvm::SmallPtrSet<llvm::Value*, 4> catchTypes;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 25 #include "llvm/ADT/SmallPtrSet.h"
532 SmallPtrSet<const SDNode *, 32> &Visited,
    [all...]

Completed in 1504 milliseconds

1 2 3 4 5 6 78 9