Home
last modified time | relevance | path

Searched defs:MBBInfoMap (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h82 using MBBInfoMap = SmallVector<MBBInfo, 4>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp95 using MBBInfoMap = std::map<MachineBasicBlock *, BlockInformation *>; typedef in __anoncc3e7b3b0111::AMDGPUCFGStructurizer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp192 DenseMap<const MachineBasicBlock*, BBInfo> MBBInfoMap; member