Home
last modified time | relevance | path

Searched refs:basic_block (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h253 bool RewriteObjCSelectors(llvm::BasicBlock &basic_block);
275 bool RewriteObjCClassReferences(llvm::BasicBlock &basic_block);
298 bool RewritePersistentAllocs(llvm::BasicBlock &basic_block);
350 bool ResolveCalls(llvm::BasicBlock &basic_block);
361 bool RemoveCXAAtExit(llvm::BasicBlock &basic_block);
390 bool RemoveGuards(llvm::BasicBlock &basic_block);
H A DIRForTarget.cpp844 bool IRForTarget::RewriteObjCSelectors(BasicBlock &basic_block) { in RewriteObjCSelectors() argument
849 for (Instruction &inst : basic_block) { in RewriteObjCSelectors()
994 bool IRForTarget::RewriteObjCClassReferences(BasicBlock &basic_block) { in RewriteObjCClassReferences() argument
999 for (Instruction &inst : basic_block) { in RewriteObjCClassReferences()
1096 for (Instruction &inst : basic_block) { in RewritePersistentAllocs()
1330 bool IRForTarget::RemoveCXAAtExit(BasicBlock &basic_block) { in RemoveCXAAtExit() argument
1333 for (Instruction &inst : basic_block) { in RemoveCXAAtExit()
1362 bool IRForTarget::ResolveCalls(BasicBlock &basic_block) { in ResolveCalls() argument
1365 for (Instruction &inst : basic_block) { in ResolveCalls()
1452 bool IRForTarget::RemoveGuards(BasicBlock &basic_block) { in RemoveGuards() argument
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line-dw-lne-end-sequence.s10 # ROWS: 0x0000000012345678 1 0 1 0 1 is_stmt basic_block prolo…
H A Ddebug-line.s46 # CHECK-NEXT: 0x0000000000000024 1 4 3 5 6 basic_block prologue_end e…
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddebug-line-basic.s29 .loc 1 2 0 is_stmt 0 basic_block
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Ddebuginfo.ml158 group "basic_block and instructions tests";
/llvm-project-15.0.7/clang/docs/
H A DDataFlowAnalysisIntro.md285 out = transfer(basic_block, join(in_1, in_2, ..., in_n))