Searched refs:currentBlock (Results 1 – 4 of 4) sorted by relevance
882 unsigned currentBlock = 0; member890 hadUse[currentBlock] = true; in handleUseOfUninitVariable()896 hadUse[currentBlock] = true; in handleConstRefUseOfUninitVariable()904 hadUse[currentBlock] = true; in handleSelfInit()945 PBH.currentBlock = block->getBlockID(); in runUninitializedVariablesAnalysis()
162 const CFGBlock *currentBlock; member in __anon9166e1760311::TransferFunctions168 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {} in TransferFunctions()219 observer->observeStmt(S, currentBlock, val); in Visit()
4484 CFGBlock *currentBlock = createBlock(false); in VisitCaseStmt() local4485 currentBlock->setLabel(CS); in VisitCaseStmt()4488 addSuccessor(LastBlock, currentBlock); in VisitCaseStmt()4490 TopBlock = currentBlock; in VisitCaseStmt()4495 ? currentBlock : nullptr); in VisitCaseStmt()4497 LastBlock = currentBlock; in VisitCaseStmt()5419 signed currentBlock = 0; member in __anonef2f84bd0711::StmtPrinterHelper5485 void setBlockID(signed i) { currentBlock = i; } in setBlockID()5494 if (currentBlock >= 0 && I->second.first == (unsigned) currentBlock in handledStmt()5509 if (currentBlock >= 0 && I->second.first == (unsigned) currentBlock in handleDecl()
62 const CFGBlock *currentBlock, in observeStmt() argument