Home
last modified time | relevance | path

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

/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp62 std::unique_ptr<ParentMap> StmtMap; member in __anon4d670e150111::UnbridgedCastRewriter
76 StmtMap.reset(new ParentMap(body)); in transformBody()
184 isa<ReturnStmt>(StmtMap->getParentIgnoreParenCasts(E))) { in transformNonObjCToObjCCast()
315 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()
373 parent = StmtMap->getParentIgnoreParenImpCasts(parent); in transformObjCToNonObjCCast()
416 StmtMap->getParentIgnoreParenImpCasts(E)))) in isPassedToCFRetain()
429 StmtMap->getParentIgnoreParenImpCasts(E))) in isPassedToCParamWithKnownOwnership()
H A DTransRetainReleaseDealloc.cpp40 std::unique_ptr<ParentMap> StmtMap; member in __anone81a6cbb0111::RetainReleaseDeallocRemover
56 StmtMap.reset(new ParentMap(body)); in transformBody()
252 OuterS = StmtMap->getParent(InnerS); in getPreviousAndNextStmt()
349 S = StmtMap->getParent(S); in checkForGCDOrXPC()
416 S = StmtMap->getParent(S); in isInAtFinally()
432 Stmt *parent = StmtMap->getParent(E); in tryRemoving()
/llvm-project/polly/lib/Analysis/
H A DScopInfo.cpp1648 StmtMap.erase(BB); in removeFromStmtMap()
1657 auto StmtMapIt = StmtMap.find(Stmt.getBasicBlock()); in removeStmts()
1658 if (StmtMapIt != StmtMap.end()) in removeStmts()
2307 StmtMap[BB].push_back(Stmt); in addScopStmt()
2328 StmtMap[BB].push_back(Stmt); in addScopStmt()
2355 auto StmtMapIt = StmtMap.find(BB); in getIncomingStmtFor()
2356 if (StmtMapIt == StmtMap.end()) in getIncomingStmtFor()
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5424 StmtMapTy StmtMap; in StmtPrinterHelper()
5442 StmtMap[stmt] = P; in StmtPrinterHelper()
5496 StmtMapTy::iterator I = StmtMap.find(S); in handledStmt()
5498 if (I == StmtMap.end()) in handledStmt()
5417 StmtMapTy StmtMap; global() member in __anon36ae77d00711::StmtPrinterHelper
/llvm-project/polly/include/polly/
H A DScopInfo.h1708 DenseMap<BasicBlock *, std::vector<ScopStmt *>> StmtMap;
1918 /// Removes @p Stmt from the StmtMap.
1706 DenseMap<BasicBlock *, std::vector<ScopStmt *>> StmtMap; global() variable