Searched refs:currentBlock (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | FlattenCFG.cpp | 68 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 D | DeadStoresChecker.cpp | 138 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 D | LiveVariables.h | 62 const CFGBlock *currentBlock, in observeStmt() argument
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 891 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 D | LiveVariables.cpp | 163 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 D | CFG.cpp | 4596 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()
|