Home | History | Annotate | Download | only in Core

Lines Matching defs:CIP

837   CallInlinePolicy CIP = mayInlineCallKind(Call, Pred, Opts);
838 if (CIP != CIP_Allowed) {
839 if (CIP == CIP_DisallowedAlways) {