/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 108 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 D | exit.cpp | 16 [[noreturn]] void exit(int status) { __llvm_libc_exit(status); } exit() function
|
/llvm-project/libc/src/__support/OSUtil/linux/ |
H A D | exit.cpp | 21 exit(int status) { exit() function
|
/llvm-project/clang/test/SemaObjC/ |
H A D | return.m | 41 void exit(int) __attribute__((noreturn)); function
|
H A D | warn-called-once.m | 50 void exit(int) NORETURN; function
|
/llvm-project/libc/src/__support/OSUtil/gpu/ |
H A D | exit.cpp | 16 [[noreturn]] void exit(int status) { exit() function
|
/llvm-project/bolt/test/Inputs/ |
H A D | stub.c | 6 void exit(int status) {} in exit() function
|
/llvm-project/libc/src/spawn/linux/ |
H A D | posix_spawn.cpp | 69 void exit() { exit() function
|
/llvm-project/lldb/source/Host/common/ |
H A D | Alarm.cpp | 140 bool exit = false; in AlarmThread() local
|
/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.cpp | 195 bool exit = false; in Highlight() local
|
/llvm-project/lld/Common/ |
H A D | ErrorHandler.cpp | 270 bool exit = false; error() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionSourceCode.cpp | 283 bool exit = false; in TokenVerifier() local
|
/llvm-project/llvm/test/CodeGen/BPF/ |
H A D | assembler-disassembler.s | 210 exit label
|
/llvm-project/clang/test/CodeGen/ |
H A D | builtins-nvptx.c | 186 __device__ void exit() { exit() function
|
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ |
H A D | BufferDeallocation.cpp | 154 void exit(Block ¤t) { visited.erase(¤t); } in exit() function in __anon0f1aa16f0211::Backedges
|
H A D | OwnershipBasedBufferDeallocation.cpp | 115 void exit(Block ¤t) { visited.erase(¤t); } in exit() function in __anonb790746d0111::Backedges
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMInlining.cpp |
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1738 const BasicBlock *exit() const { return Exit; } exit() function 1739 BasicBlock *exit() { return Exit; } exit() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 1492 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { in exit() function in CodeGenFunction::FinallyInfo
|
/llvm-project/polly/utils/ |
H A D | argparse.py | 2338 def exit(self, status=0, message=None): member in ArgumentParser
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | OpenMP.cpp | 646 mlir::Block *exit = firOpBuilder.createBlock(®ion); createBodyOfOp() local
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 1441 Fortran::lower::pft::Evaluation *exit = construct.constructExit; collectFinalEvaluations() local [all...] |