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.cpp1731 static bool allocaWouldBeStaticInEntry(const AllocaInst *AI ) { in allocaWouldBeStaticInEntry() function
1802 if (allocaWouldBeStaticInEntry(AI)) in fixupLineNumbers()
2521 if (!allocaWouldBeStaticInEntry(AI)) in InlineFunction()
2531 allocaWouldBeStaticInEntry(cast<AllocaInst>(I))) { in InlineFunction()