Home
last modified time | relevance | path

Searched refs:setBasePtr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp1362 DerivedSAI->setBasePtr(PreloadVal); in preloadInvariantEquivClass()
1433 SAI->setBasePtr(CreatedArray); in allocateNewArrays()
1448 SAI->setBasePtr(CreatedArray); in allocateNewArrays()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h263 void setBasePtr(Value *BP) { BasePtr = BP; } in setBasePtr() function