Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h82 using MBBInfoMap = SmallVector<MBBInfo, 4>; variable
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp96 using MBBInfoMap = std::map<MachineBasicBlock *, BlockInformation *>; typedef in __anon5f3fd45b0211::R600MachineCFGStructurizer
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp214 DenseMap<const MachineBasicBlock*, BBInfo> MBBInfoMap; member