Searched defs:ValueMap (Results 1 – 10 of 10) sorted by relevance
46 typedef StringMap<Value*> ValueMap; typedef
134 ValueToValueMapTy &ValueMap) { in RewriteUsesOfClonedInstructions()408 ValueToValueMapTy ValueMap; in rotateLoop() local
1367 DenseMap<Instruction*, Value*> &ValueMap) { in AddPHINodeEntriesForMappedBlock()
74 DenseMap<const Value*, unsigned> ValueMap; variable
57 ValueMapType ValueMap; variable
274 typedef DenseMap<std::pair<unsigned, unsigned>, ValueForcePair> ValueMap; typedef
377 struct ValueMap { struct in __anond293faa00111::InnerLoopVectorizer380 ValueMap(unsigned UnrollFactor) : UF(UnrollFactor) {} in ValueMap() function383 bool has(Value *Key) const { return MapStorage.count(Key); } in has()388 VectorParts &splat(Value *Key, Value *Val) { in splat()395 VectorParts &get(Value *Key) { in get()406 unsigned UF;410 std::map<Value *, VectorParts> MapStorage;
85 typedef std::map<const Value*,std::string> ValueMap; typedef
404 ValueToValueMapTy ValueMap; member in __anon4cbc01be0211::ModuleLinker
519 typedef DenseMap<const Value*, unsigned> ValueMap; typedef in llvm::SlotTracker