Home
last modified time | relevance | path

Searched defs:BBMap (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp100 auto &BBMap = LDBM[LD]; in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp203 auto &BBMap = LBM[L]; in addDiscriminators() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h125 DenseMap<const MachineBasicBlock *, WebAssemblyException *> BBMap; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp260 SmallVector<std::pair<Function *, SmallVector<StringRef, 16>>, 2> BBMap; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h81 BBMapTy BBMap; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h886 DenseMap<const BlockT *, LoopT *> BBMap; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp415 BasicBlockMap BBMap; member