Home
last modified time | relevance | path

Searched defs:UseMap (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h90 using UseMap = std::multimap<RetOrArg, RetOrArg>; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp120 DenseMap<unsigned, std::pair<unsigned, MachineInstr *>> UseMap; in runOnMachineFunction() local
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp45 const BitVector &UseMap = Layout.usedBytes(); in start() local
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h289 SmallDenseMap<void *, std::pair<OwnerTy, uint64_t>, 4> UseMap; variable
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2027 UseMapTy UseMap; member in __anon3e7394c10a11::LSRInstance