Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DManagedMemoryRewrite.cpp375 Function *PollyFreeManaged = getOrCreatePollyFreeManaged(M); in runOnModule() local
376 assert(PollyFreeManaged && "unable to create polly_freeManaged"); in runOnModule()
378 replaceAllUsesAndConstantUses(Free, PollyFreeManaged, Builder); in runOnModule()