Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp216 Block *currentEntryBlock = nullptr; member in __anonbfc9ccbf0111::Importer
448 currentEntryBlock = b.createBlock(&r); in processGlobal()
449 b.setInsertionPoint(currentEntryBlock, currentEntryBlock->begin()); in processGlobal()
465 OpBuilder bEntry(currentEntryBlock, currentEntryBlock->begin()); in processConstant()
468 OpBuilder b(currentEntryBlock, currentEntryBlock->begin()); in processConstant()
489 b.setInsertionPoint(currentEntryBlock, currentEntryBlock->begin()); in processConstant()
1212 currentEntryBlock = blockList[0]; in processFunction()