Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DValueSymbolTable.h46 typedef StringMap<Value*> ValueMap; typedef
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp104 ValueToValueMapTy &ValueMap) { in RewriteUsesOfClonedInstructions()
347 ValueToValueMapTy ValueMap; in rotateLoop() local
DJumpThreading.cpp1320 DenseMap<Instruction*, Value*> &ValueMap) { in AddPHINodeEntriesForMappedBlock()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DValueEnumerator.h49 ValueMapType ValueMap; variable
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h73 DenseMap<const Value*, unsigned> ValueMap; variable
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DSplitKit.h274 typedef DenseMap<std::pair<unsigned, unsigned>, ValueForcePair> ValueMap; typedef
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp261 struct ValueMap { struct in __anon90c704f50111::InnerLoopVectorizer
264 ValueMap(unsigned UnrollFactor) : UF(UnrollFactor) {} in ValueMap() argument
267 bool has(Value *Key) const { return MapStorage.count(Key); } in has()
272 VectorParts &splat(Value *Key, Value *Val) { in splat()
279 VectorParts &get(Value *Key) { in get()
290 unsigned UF;
294 std::map<Value *, VectorParts> MapStorage;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DIRInterpreter.cpp64 typedef std::map <const Value*, lldb::addr_t> ValueMap; typedef in InterpreterStackFrame
/freebsd-10-stable/contrib/llvm/lib/Linker/
DLinkModules.cpp388 ValueToValueMapTy ValueMap; member in __anonf29702130211::ModuleLinker
/freebsd-10-stable/contrib/llvm/lib/Target/CppBackend/
DCPPBackend.cpp85 typedef std::map<const Value*,std::string> ValueMap; typedef
/freebsd-10-stable/contrib/llvm/lib/IR/
DAsmWriter.cpp304 typedef DenseMap<const Value*, unsigned> ValueMap; typedef in llvm::SlotTracker