Home | History | Annotate | Download | only in IPA

Lines Matching refs:Caller

79   // allocas on the caller stack which could be simplified through SROA.
82 // The mapping of caller Alloca values to their accumulated cost savings. If
831 // If the caller is a recursive function then we don't want to inline
833 // the caller stack usage dramatically.
978 Function *Caller = CS.getInstruction()->getParent()->getParent();
979 // Check if the caller function is recursive itself.
980 for (Value::use_iterator U = Caller->use_begin(), E = Caller->use_end();
986 if (I->getParent()->getParent() == Caller) {
1071 // If the caller is a recursive function then we don't want to inline
1073 // the caller stack usage dramatically.
1119 // inlining this would cause the removal of the caller (so the instruction