Home
last modified time | relevance | path

Searched refs:IdentifyingPointer (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1106 const SCEV *IdentifyingPointer; member
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1723 if (PointerSCEV != IAClass.IdentifyingPointer || Ty != IAClass.AccessType) in lookupInvariantEquivClass()
2146 OS.indent(12) << "Class Pointer: " << *IAClass.IdentifyingPointer << "\n"; in print()
H A DScopBuilder.cpp2871 if (PointerSCEV != IAClass.IdentifyingPointer || Ty != IAClass.AccessType) in addInvariantLoads()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp1284 auto PtrId = std::make_pair(IAClass.IdentifyingPointer, IAClass.AccessType); in preloadInvariantEquivClass()