Home
last modified time | relevance | path

Searched defs:exit (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h108 BlockT *entry = getEntry(), *exit = getExit(); in contains() local
192 BlockT *exit = getExit(); getExitingBlock() local
239 BlockT *entry = getEntry(), *exit = getExit(); verifyBBInRegion() local
260 BlockT *exit = getExit(); verifyWalk() local
544 isCommonDomFrontier(BlockT * BB,BlockT * entry,BlockT * exit) isCommonDomFrontier() argument
554 isRegion(BlockT * entry,BlockT * exit) isRegion() argument
594 insertShortCut(BlockT * entry,BlockT * exit,BBtoBBMap * ShortCut) insertShortCut() argument
624 isTrivialRegion(BlockT * entry,BlockT * exit) isTrivialRegion() argument
638 createRegion(BlockT * entry,BlockT * exit) createRegion() argument
669 BlockT *exit = N->getBlock(); findRegionsWithEntry() local
[all...]
/llvm-project/libc/src/__support/OSUtil/baremetal/
H A Dexit.cpp16 [[noreturn]] void exit(int status) { __llvm_libc_exit(status); } exit() function
/llvm-project/libc/src/__support/OSUtil/linux/
H A Dexit.cpp21 exit(int status) { exit() function
/llvm-project/clang/test/SemaObjC/
H A Dreturn.m41 void exit(int) __attribute__((noreturn)); function
H A Dwarn-called-once.m50 void exit(int) NORETURN; function
/llvm-project/libc/src/__support/OSUtil/gpu/
H A Dexit.cpp16 [[noreturn]] void exit(int status) { exit() function
/llvm-project/bolt/test/Inputs/
H A Dstub.c6 void exit(int status) {} in exit() function
/llvm-project/libc/src/spawn/linux/
H A Dposix_spawn.cpp69 void exit() { exit() function
/llvm-project/lldb/source/Host/common/
H A DAlarm.cpp140 bool exit = false; in AlarmThread() local
/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp195 bool exit = false; in Highlight() local
/llvm-project/lld/Common/
H A DErrorHandler.cpp270 bool exit = false; error() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp283 bool exit = false; in TokenVerifier() local
/llvm-project/llvm/test/CodeGen/BPF/
H A Dassembler-disassembler.s210 exit label
/llvm-project/clang/test/CodeGen/
H A Dbuiltins-nvptx.c186 __device__ void exit() { exit() function
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp154 void exit(Block &current) { visited.erase(&current); } in exit() function in __anon0f1aa16f0211::Backedges
H A DOwnershipBasedBufferDeallocation.cpp115 void exit(Block &current) { visited.erase(&current); } in exit() function in __anonb790746d0111::Backedges
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMInlining.cpp
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1738 const BasicBlock *exit() const { return Exit; } exit() function
1739 BasicBlock *exit() { return Exit; } exit() function
/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1492 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { in exit() function in CodeGenFunction::FinallyInfo
/llvm-project/polly/utils/
H A Dargparse.py2338 def exit(self, status=0, message=None): member in ArgumentParser
/llvm-project/flang/lib/Lower/OpenMP/
H A DOpenMP.cpp646 mlir::Block *exit = firOpBuilder.createBlock(&region); createBodyOfOp() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp1441 Fortran::lower::pft::Evaluation *exit = construct.constructExit; collectFinalEvaluations() local
[all...]