HomeSort by relevance Sort by last modified time
    Searched refs:SpeculativeTypes (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Linker/
IRMover.cpp 38 SmallVector<Type *, 16> SpeculativeTypes;
82 assert(SpeculativeTypes.empty());
90 for (Type *Ty : SpeculativeTypes)
98 for (Type *Ty : SpeculativeTypes)
103 SpeculativeTypes.clear();
133 SpeculativeTypes.push_back(SrcTy);
146 SpeculativeTypes.push_back(SrcTy);
183 SpeculativeTypes.push_back(SrcTy);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 36 /// SpeculativeTypes - When checking to see if two subgraphs are isomorphic,
39 SmallVector<Type*, 16> SpeculativeTypes;
86 for (unsigned i = 0, e = SpeculativeTypes.size(); i != e; ++i)
87 MappedTypes.erase(SpeculativeTypes[i]);
89 SpeculativeTypes.clear();
117 SpeculativeTypes.push_back(SrcTy);
159 SpeculativeTypes.push_back(SrcTy);
    [all...]

Completed in 312 milliseconds