Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h57 using AvailableValsTy = std::vector<std::pair<MachineBasicBlock *, Register>>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h72 using AvailableValsTy = DenseMap<BlkT *, ValT>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp37 using AvailableValsTy = DenseMap<MachineBasicBlock *, Register>; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp40 using AvailableValsTy = DenseMap<BasicBlock *, Value *>; typedef