Searched refs:canSynthesize (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/polly/lib/Support/ |
D | VirtualInstruction.cpp | 68 if (!UserStmt || canSynthesize(Val, *UserStmt->getParent(), SE, UserScope)) in create()
|
D | ScopHelper.cpp | 649 bool polly::canSynthesize(const Value *V, const Scop &S, ScalarEvolution *SE, in canSynthesize() function in polly
|
/external/llvm-project/polly/include/polly/Support/ |
D | ScopHelper.h | 493 bool canSynthesize(const llvm::Value *V, const Scop &S,
|
/external/llvm-project/polly/lib/CodeGen/ |
D | IslNodeBuilder.cpp | 218 if (canSynthesize(SrcVal, References.S, &References.SE, Scope)) { in findReferencesInBlock()
|
D | BlockGenerators.cpp | 353 canSynthesize(Inst, *Stmt.getParent(), &SE, L); in canSyntheziseInStmt()
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopBuilder.cpp | 1090 if (!IsExitBlock && canSynthesize(PHI, *scop, &SE, Scope)) in buildPHIAccesses() 1933 !canSynthesize(Inst, *scop, &SE, L); in shouldModelInst()
|