Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp62 std::unique_ptr<ParentMap> StmtMap; member in __anon2f6293d90111::UnbridgedCastRewriter
76 StmtMap.reset(new ParentMap(body)); in transformBody()
185 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()
DTransRetainReleaseDealloc.cpp40 std::unique_ptr<ParentMap> StmtMap; member in __anon0b7c357f0111::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()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp63 std::unique_ptr<ParentMap> StmtMap; member in __anona7146a2b0111::UnbridgedCastRewriter
77 StmtMap.reset(new ParentMap(body)); in transformBody()
186 isa<ReturnStmt>(StmtMap->getParentIgnoreParenCasts(E))) { in transformNonObjCToObjCCast()
318 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()
376 parent = StmtMap->getParentIgnoreParenImpCasts(parent); in transformObjCToNonObjCCast()
419 StmtMap->getParentIgnoreParenImpCasts(E)))) in isPassedToCFRetain()
432 StmtMap->getParentIgnoreParenImpCasts(E))) in isPassedToCParamWithKnownOwnership()
DTransRetainReleaseDealloc.cpp41 std::unique_ptr<ParentMap> StmtMap; member in __anon9ade01510111::RetainReleaseDeallocRemover
57 StmtMap.reset(new ParentMap(body)); in transformBody()
248 OuterS = StmtMap->getParent(InnerS); in getPreviousAndNextStmt()
345 S = StmtMap->getParent(S); in checkForGCDOrXPC()
412 S = StmtMap->getParent(S); in isInAtFinally()
428 Stmt *parent = StmtMap->getParent(E); in tryRemoving()
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1736 StmtMap.erase(BB); in removeFromStmtMap()
1745 auto StmtMapIt = StmtMap.find(Stmt.getBasicBlock()); in removeFromStmtMap()
1746 if (StmtMapIt != StmtMap.end()) in removeFromStmtMap()
2385 StmtMap[BB].push_back(Stmt); in addScopStmt()
2406 StmtMap[BB].push_back(Stmt); in addScopStmt()
2433 auto StmtMapIt = StmtMap.find(BB); in getStmtListFor()
2434 if (StmtMapIt == StmtMap.end()) in getStmtListFor()
/external/clang/lib/Analysis/
DCFG.cpp3999 StmtMapTy StmtMap; member in __anon30bb6a660211::StmtPrinterHelper
4016 StmtMap[stmt] = P; in StmtPrinterHelper()
4070 StmtMapTy::iterator I = StmtMap.find(S); in handledStmt()
4072 if (I == StmtMap.end()) in handledStmt()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp5116 StmtMapTy StmtMap; member in __anon99fcb4940611::StmtPrinterHelper
5134 StmtMap[stmt] = P; in StmtPrinterHelper()
5188 StmtMapTy::iterator I = StmtMap.find(S); in handledStmt()
5190 if (I == StmtMap.end()) in handledStmt()
/external/llvm-project/polly/include/polly/
DScopInfo.h1754 DenseMap<BasicBlock *, std::vector<ScopStmt *>> StmtMap; variable