Home
last modified time | relevance | path

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

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