Home
last modified time | relevance | path

Searched defs:MBBs (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h36 std::vector<MachineBasicBlock*> MBBs; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h36 std::vector<MachineBasicBlock*> MBBs; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h36 std::vector<MachineBasicBlock*> MBBs; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachineJumpTableInfo.h36 std::vector<MachineBasicBlock*> MBBs; member
DLivePhysRegs.h215 inline void fullyRecomputeLiveIns(ArrayRef<MachineBasicBlock *> MBBs) { in fullyRecomputeLiveIns()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineJumpTableInfo.h36 std::vector<MachineBasicBlock*> MBBs; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachineJumpTableInfo.h36 std::vector<MachineBasicBlock*> MBBs; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachineJumpTableInfo.h36 std::vector<MachineBasicBlock*> MBBs; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp138 SmallPtrSet<const MachineBasicBlock *, 16> MBBs; in WebAssemblyFunctionInfo() local
H A DWebAssemblyLateEHPrepare.cpp96 static void eraseDeadBBsAndChildren(const Container &MBBs) { in eraseDeadBBsAndChildren()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLexicalScopes.cpp280 const DILocation *DL, SmallPtrSetImpl<const MachineBasicBlock *> &MBBs) { in getMachineBasicBlocks()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLexicalScopes.cpp281 const DILocation *DL, SmallPtrSetImpl<const MachineBasicBlock *> &MBBs) { in getMachineBasicBlocks()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp87 static void eraseDeadBBsAndChildren(const Container &MBBs) { in eraseDeadBBsAndChildren()
H A DWebAssemblyISelLowering.cpp1187 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp271 const DILocation *DL, SmallPtrSetImpl<const MachineBasicBlock *> &MBBs) { in getMachineBasicBlocks()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp321 SmallPtrSet<MachineBasicBlock *, 1> MBBs; member in __anon998c92fc0211::LinearizedRegion
2543 SmallPtrSet<MachineBasicBlock *, 8> &MBBs) { in mbbHasBackEdge()
2551 SmallPtrSet<MachineBasicBlock *, 8> &MBBs) { in containsNewBackedge()
2572 SmallPtrSet<MachineBasicBlock *, 8> MBBs; in containsNewBackedge() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp166 SmallVector<MBBInfo, 16> MBBs; member in __anone909ea2b0111::SystemZLongBranch
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp165 SmallVector<MBBInfo, 16> MBBs; member in __anonfba3ce310111::SystemZLongBranch
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp162 SmallVector<MBBInfo, 16> MBBs; member in __anon4767eb890111::SystemZLongBranch
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp340 SmallPtrSet<MachineBasicBlock *, 1> MBBs; member in __anon02196f760211::LinearizedRegion
2593 SmallPtrSet<MachineBasicBlock *, 8> &MBBs) { in mbbHasBackEdge()
2603 SmallPtrSet<MachineBasicBlock *, 8> &MBBs) { in containsNewBackedge()
2626 SmallPtrSet<MachineBasicBlock *, 8> MBBs; in containsNewBackedge() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp522 SmallVector<MachineBasicBlock *, 3> MBBs; in processSwitches() local
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp661 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1044 const std::vector<MachineBasicBlock*> &MBBs = JT[I].MBBs; in NaClAlignIndirectJumpTargets() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1283 const std::vector<MachineBasicBlock *> &MBBs = I.MBBs; in NaClAlignIndirectJumpTargets() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1284 const std::vector<MachineBasicBlock*> &MBBs = JT[I].MBBs; in NaClAlignIndirectJumpTargets() local

12