Home
last modified time | relevance | path

Searched defs:AvailableValsTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h56 using AvailableValsTy = std::vector<std::pair<MachineBasicBlock *, Register>>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h72 using AvailableValsTy = DenseMap<BlkT *, ValT>; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp37 using AvailableValsTy = DenseMap<MachineBasicBlock *, Register>; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp40 using AvailableValsTy = DenseMap<BasicBlock *, Value *>; typedef