Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DManagedMemoryRewrite.cpp48 static llvm::Function *getOrCreatePollyMallocManaged(Module &M) { in getOrCreatePollyMallocManaged() function
222 Function *PollyMallocManaged = getOrCreatePollyMallocManaged(M); in replaceGlobalArray()
300 getOrCreatePollyMallocManaged(*Alloca->getModule()); in rewriteAllocaAsManagedMemory()
365 Function *PollyMallocManaged = getOrCreatePollyMallocManaged(M); in runOnModule()