Searched refs:IsExitBlock (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | Dominators.h | 112 bool IsExitBlock = *I == &(*I)->getParent()->getExit(); in dump() local 116 IDom && !IDom->getBlock() && IsPostDom && IsExitBlock; in dump()
|
/llvm-project/polly/include/polly/ |
H A D | ScopBuilder.h | 436 /// @param IsExitBlock Flag to indicate that @p PHI is in the exit BB. 438 Region *NonAffineSubRegion, bool IsExitBlock = false); 552 /// @param IsExitBlock When true, uses the .s2a alloca instead of the 559 bool IsExitBlock);
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 1083 bool IsExitBlock) { in buildPHIAccesses() argument 1084 // PHI nodes that are in the exit block of the region, hence if IsExitBlock is in buildPHIAccesses() 1093 if (!IsExitBlock && canSynthesize(PHI, *scop, &SE, Scope)) in buildPHIAccesses() 1115 ensurePHIWrite(PHI, OpStmt, OpBB, Op, IsExitBlock); in buildPHIAccesses() 1118 if (!OnlyNonAffineSubRegionOperands && !IsExitBlock) { in buildPHIAccesses() 2416 Value *IncomingValue, bool IsExitBlock) { in ensurePHIWrite() argument 2420 if (IsExitBlock) in ensurePHIWrite() 2446 IsExitBlock ? MemoryKind::ExitPHI : MemoryKind::PHI); in ensurePHIWrite()
|