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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1441 static bool allocaWouldBeStaticInEntry(const AllocaInst *AI ) { function
1511 if (allocaWouldBeStaticInEntry(AI))
1929 if (!allocaWouldBeStaticInEntry(AI))
1939 allocaWouldBeStaticInEntry(cast<AllocaInst>(I))) {

Completed in 102 milliseconds