Home
last modified time | relevance | path

Searched refs:createBlock (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp784 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 DDebugLinesSubsection.h125 void createBlock(StringRef FileName);
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp167 builder.createBlock(&region); 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 DDebugLinesSubsection.cpp75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp413 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 DCIRGenFunction.h693 cgf.builder.createBlock(cgf.builder.getBlock()->getParent()); in createRetBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h899 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 DFlattenCFG.cpp194 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 DCIROps.td1170 $_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 DCodeViewYAMLDebugSections.cpp420 Result->createBlock(LC.FileName); in toCodeViewSubsection()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1278 CFGBlock *createBlock();
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8323 {"_ZN5clang3CFG11createBlockEv", "clang::CFG::createBlock()"},