Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1629 static bool allocaWouldBeStaticInEntry(const AllocaInst *AI ) { in allocaWouldBeStaticInEntry() function
1700 if (allocaWouldBeStaticInEntry(AI)) in fixupLineNumbers()
2417 if (!allocaWouldBeStaticInEntry(AI)) in InlineFunction()
2427 allocaWouldBeStaticInEntry(cast<AllocaInst>(I))) { in InlineFunction()