Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DFlattenCFG.cpp68 mlir::Block *currentBlock = rewriter.getInsertionBlock(); in matchAndRewrite() local
70 rewriter.splitBlock(currentBlock, rewriter.getInsertionPoint()); in matchAndRewrite()
102 rewriter.setInsertionPointToEnd(currentBlock); in matchAndRewrite()
143 mlir::Block *currentBlock = rewriter.getInsertionBlock(); in matchAndRewrite() local
145 rewriter.splitBlock(currentBlock, rewriter.getInsertionPoint()); in matchAndRewrite()
155 rewriter.setInsertionPointToEnd(currentBlock); in matchAndRewrite()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp138 const CFGBlock *currentBlock; member in __anonfa4b2eb10211::DeadStoreObs
150 Escaped(escaped), currentBlock(nullptr) {} in DeadStoreObs()
203 if (!reachableCode->isReachable(currentBlock)) in Report()
317 currentBlock = block; in observeStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h62 const CFGBlock *currentBlock, in observeStmt() argument
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp891 unsigned currentBlock = 0; member
899 hadUse[currentBlock] = true; in handleUseOfUninitVariable()
907 hadUse[currentBlock] = true; in handleSelfInit()
948 PBH.currentBlock = block->getBlockID(); in runUninitializedVariablesAnalysis()
H A DLiveVariables.cpp163 const CFGBlock *currentBlock; member in __anon9166e1760311::TransferFunctions
169 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {} in TransferFunctions()
236 observer->observeStmt(S, currentBlock, val); in Visit()
H A DCFG.cpp4596 CFGBlock *currentBlock = createBlock(false); in VisitCaseStmt() local
4597 currentBlock->setLabel(CS); in VisitCaseStmt()
4600 addSuccessor(LastBlock, currentBlock); in VisitCaseStmt()
4602 TopBlock = currentBlock; in VisitCaseStmt()
4607 ? currentBlock : nullptr); in VisitCaseStmt()
4609 LastBlock = currentBlock; in VisitCaseStmt()
5528 signed currentBlock = 0; member in __anonef2f84bd0811::StmtPrinterHelper
5594 void setBlockID(signed i) { currentBlock = i; } in setBlockID()
5603 if (currentBlock >= 0 && I->second.first == (unsigned) currentBlock in handledStmt()
5618 if (currentBlock >= 0 && I->second.first == (unsigned) currentBlock in handleDecl()