reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/InlineFunction.cpp
 1825          E = FirstNewBlock->end(); I != E; ) {
 1826       AllocaInst *AI = dyn_cast<AllocaInst>(I++);
 1844       while (isa<AllocaInst>(I) &&
 1845              !cast<AllocaInst>(I)->use_empty() &&
 1846              allocaWouldBeStaticInEntry(cast<AllocaInst>(I))) {
 1847         IFI.StaticAllocas.push_back(cast<AllocaInst>(I));
 1848         ++I;
 1855           InsertPoint, FirstNewBlock->getInstList(), AI->getIterator(), I);