Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2930 if (PPCGArray.n_index > 0) { in setArrayBounds()
3014 PPCGArray.bound = in setArrayBounds()
3038 PPCGArray.extent = nullptr; in createArrays()
3041 PPCGArray.n_ref = 0; in createArrays()
3042 PPCGArray.refs = nullptr; in createArrays()
3043 PPCGArray.accessed = true; in createArrays()
3047 PPCGArray.local = false; in createArrays()
3049 PPCGArray.global = false; in createArrays()
3052 PPCGArray.user = Array; in createArrays()
3054 PPCGArray.bound = nullptr; in createArrays()
[all …]