Home
last modified time | relevance | path

Searched defs:ValueMap (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DValueSymbolTable.h46 typedef StringMap<Value*> ValueMap; typedef
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp134 ValueToValueMapTy &ValueMap) { in RewriteUsesOfClonedInstructions()
408 ValueToValueMapTy ValueMap; in rotateLoop() local
H A DJumpThreading.cpp1367 DenseMap<Instruction*, Value*> &ValueMap) { in AddPHINodeEntriesForMappedBlock()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h74 DenseMap<const Value*, unsigned> ValueMap; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h57 ValueMapType ValueMap; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h274 typedef DenseMap<std::pair<unsigned, unsigned>, ValueForcePair> ValueMap; typedef
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp377 struct ValueMap { struct in __anond293faa00111::InnerLoopVectorizer
380 ValueMap(unsigned UnrollFactor) : UF(UnrollFactor) {} in ValueMap() function
383 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;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp85 typedef std::map<const Value*,std::string> ValueMap; typedef
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp404 ValueToValueMapTy ValueMap; member in __anon4cbc01be0211::ModuleLinker
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp519 typedef DenseMap<const Value*, unsigned> ValueMap; typedef in llvm::SlotTracker