Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp105 ValueToValueMapTy &ValueMap, in RewriteUsesOfClonedInstructions()
379 ValueToValueMapTy ValueMap, ValueMapMSSA; in rotateLoop() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h78 DenseMap<const Value *, Register> ValueMap; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSplitKit.h329 using ValueMap = DenseMap<std::pair<unsigned, unsigned>, ValueForcePair>; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.h62 ValueMapType ValueMap; variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp93 typedef std::map<const Value *, lldb::addr_t> ValueMap; typedef in InterpreterStackFrame
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp431 DenseMap<Value *, ValueSummary> ValueMap; in populateExternalRelations() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
DIRMover.cpp396 ValueToValueMapTy ValueMap; member in __anonba9d78800211::IRLinker
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp733 InstrProfSymtab *ValueMap) { in addValueData()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp458 LocToValueType &ValueMap; member in __anon15ea8c000211::MLocTracker::MLocIterator
469 MLocIterator(LocToValueType &ValueMap, LocIdx Idx) in MLocIterator()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1958 DenseMap<Instruction*, Value*> &ValueMap) { in addPHINodeEntriesForMappedBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAsmWriter.cpp662 using ValueMap = DenseMap<const Value *, unsigned>; typedef in llvm::SlotTracker