Home | History | Annotate | Download | only in IPO

Lines Matching refs:Definition

16 // function's standard definition. This pass is implemented as a
303 Argument *Definition;
323 ArgumentGraph() { SyntheticRoot.Definition = nullptr; }
333 Node.Definition = A;
617 // made. If the definition doesn't have a 'nocapture' attribute by now, it
623 if (!ArgumentSCC[0]->Definition) continue; // synthetic root node
628 Argument *A = ArgumentSCC[0]->Definition;
641 if (!Node->Definition->hasNoCaptureAttr())
651 ArgumentSCCNodes.insert((*I)->Definition);
659 Argument *A = (*UI)->Definition;
669 Argument *A = ArgumentSCC[i]->Definition;
677 // to be provably readonly or readnone, since by definition we can't
688 Argument *A = ArgumentSCC[i]->Definition;
704 Argument *A = ArgumentSCC[i]->Definition;