Home
last modified time | relevance | path

Searched defs:getExit (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1148 BasicBlock *getExit() const { return Exit; } in getExit() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1658 const VPBlockBase *getExit() const { return Exit; } in getExit() function
1659 VPBlockBase *getExit() { return Exit; } in getExit() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1333 CFGBlock & getExit() { return *Exit; } in getExit() function
1334 const CFGBlock & getExit() const { return *Exit; } in getExit() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp558 MachineBasicBlock *getExit() { in getExit() function in __anon8dbf25c70211::RegionMRT
976 MachineBasicBlock *LinearizedRegion::getExit() { return Exit; } in getExit() function in LinearizedRegion