Home
last modified time | relevance | path

Searched refs:isBlockStmt (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1319 bool isBlockStmt() const { return BB != nullptr; } in isBlockStmt() function
1342 if (isBlockStmt()) in contains()
1352 if (isBlockStmt()) in represents()
1361 if (isBlockStmt()) in contains()
1464 assert(isBlockStmt() || R->getExit() == PHI->getParent()); in lookupPHIWriteOf()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DBlockGenerators.cpp352 return (Stmt.isBlockStmt() || !Stmt.getRegion()->contains(L)) && in canSyntheziseInStmt()
418 assert(Stmt.isBlockStmt() && in copyStmt()
461 if (Stmt.isBlockStmt() || (Stmt.isRegionStmt() && Stmt.getEntryBlock() == BB)) in copyBB()
759 assert(Stmt.isBlockStmt() && in generateScalarStores()
981 else if (Stmt.isBlockStmt()) in invalidateScalarEvolution()
1362 assert(Stmt.isBlockStmt() && in copyStmt()
H A DPPCGCodeGeneration.cpp1335 if (Stmt->isBlockStmt()) in createScopStmt()
3373 if (Stmt.isBlockStmt()) { in approxDynamicInst()
3452 if (Stmt.isBlockStmt()) { in containsInvalidKernelFunction()
H A DIslNodeBuilder.cpp1014 if (Stmt->isBlockStmt()) in createUser()
/llvm-project-15.0.7/polly/lib/Support/
H A DVirtualInstruction.cpp202 if (!Stmt->isBlockStmt()) { in addInstructionRoots()
/llvm-project-15.0.7/polly/lib/Transform/
H A DSimplify.cpp511 Stmt.isBlockStmt() || MA->isOriginalScalarKind() || in removeRedundantWrites()
H A DZoneAlgo.cpp403 Load, Stmt, LI->getLoopFor(Load->getParent()), Stmt->isBlockStmt()); in addArrayReadAccess()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1749 if (Stmt.isBlockStmt()) { in buildAccessFunctions()
2115 if (Stmt->isBlockStmt()) in addMemoryAccess()
3410 if (Inst.isTerminator() && Stmt->isBlockStmt()) in verifyUses()
3525 if (Stmt.isBlockStmt()) in buildScop()
H A DScopInfo.cpp1211 if (isBlockStmt()) in getEntryBlock()