| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 784 void autoCreateBlock() { if (!Block) Block = createBlock(); } in autoCreateBlock() 786 CFGBlock *createBlock(bool add_successor = true); 1665 Succ = createBlock(); in buildCFG() 1700 Block = createBlock(); in buildCFG() 1709 B = createBlock(); in buildCFG() 1768 cfg->setEntry(createBlock()); in buildCFG() 1779 CFGBlock *CFGBuilder::createBlock(bool add_successor) { in createBlock() function in CFGBuilder 1780 CFGBlock *B = cfg->createBlock(); in createBlock() 1790 CFGBlock *B = createBlock(false); in createNoReturnBlock() 2081 Block = createBlock(false); in createScopeChangesHandlingBlock() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.h | 125 void createBlock(StringRef FileName);
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRDialect.cpp | 167 builder.createBlock(®ion); in ensureRegionTerm() 907 builder.createBlock(thenRegion); in build() 914 builder.createBlock(elseRegion); in build() 946 builder.createBlock(scopeRegion); in build() 962 builder.createBlock(scopeRegion); in build() 1030 builder.createBlock(caseRegion); in build() 1092 builder.createBlock(switchRegion); in build() 1585 Block *block = builder.createBlock(trueRegion); in build() 1588 builder.createBlock(falseRegion); in build()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmt.cpp | 413 builder.createBlock(builder.getBlock()->getParent()); in emitReturnStmt() 423 builder.createBlock(builder.getBlock()->getParent()); in emitContinueStmt() 432 builder.createBlock(builder.getBlock()->getParent()); in emitBreakStmt()
|
| H A D | CIRGenFunction.h | 693 cgf.builder.createBlock(cgf.builder.getBlock()->getParent()); in createRetBlock()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 899 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function 1148 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); in createContentBlock() 1157 return createBlock(Parent, MutableContent, Address, Alignment, in createMutableContentBlock() 1172 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); 1179 return createBlock(Parent, Size, Address, Alignment, AlignmentOffset); in createZeroFillBlock()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | FlattenCFG.cpp | 194 mlir::Block *resBlock = rewriter.createBlock(defaultDestination); in condBrToRangeDestination() 501 rewriter.createBlock(remainingOpsBlock, op->getResultTypes(), locs); in matchAndRewrite()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 1170 $_builder.createBlock($_state.addRegion()); 1173 $_builder.createBlock($_state.addRegion()); 1177 $_builder.createBlock($_state.addRegion()); 1280 $_builder.createBlock($_state.addRegion()); 1284 $_builder.createBlock($_state.addRegion()); 1288 $_builder.createBlock($_state.addRegion());
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 420 Result->createBlock(LC.FileName); in toCodeViewSubsection()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1278 CFGBlock *createBlock();
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8323 {"_ZN5clang3CFG11createBlockEv", "clang::CFG::createBlock()"},
|