Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1817 static bool allocaWouldBeStaticInEntry(const AllocaInst *AI ) { in allocaWouldBeStaticInEntry() function
1895 if (allocaWouldBeStaticInEntry(AI)) in fixupLineNumbers()
2849 if (!allocaWouldBeStaticInEntry(AI)) in InlineFunction()
2859 allocaWouldBeStaticInEntry(cast<AllocaInst>(I))) { in InlineFunction()