Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/test/GPGPU/
H A Dinvariant-load-array-access.ll27 ; by PPCGCodeGeneration. It appears that not calling `preloadInvariantLoads`
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslNodeBuilder.h100 bool preloadInvariantLoads();
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DCodeGeneration.cpp250 if (!NodeBuilder.preloadInvariantLoads()) { in generateCode()
H A DIslNodeBuilder.cpp1453 bool IslNodeBuilder::preloadInvariantLoads() { in preloadInvariantLoads() function in IslNodeBuilder
H A DPPCGCodeGeneration.cpp3516 if (!NodeBuilder.preloadInvariantLoads()) { in generateCode()