Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DManagedMemoryRewrite.cpp47 static llvm::Function *getOrCreatePollyMallocManaged(Module &M) { in getOrCreatePollyMallocManaged() function
221 Function *PollyMallocManaged = getOrCreatePollyMallocManaged(M); in replaceGlobalArray()
298 getOrCreatePollyMallocManaged(*Alloca->getModule()); in rewriteAllocaAsManagedMemory()
364 Function *PollyMallocManaged = getOrCreatePollyMallocManaged(M); in runOnModule()