Lines Matching defs:unwrap
40 static TargetMachine *unwrap(LLVMTargetMachineRef P) {
50 TargetMachine *Machine = unwrap(TM);
51 LLVMPassBuilderOptions *PassOpts = unwrap(Options);
55 Module *Mod = unwrap(M);
89 unwrap(Options)->VerifyEach = VerifyEach;
94 unwrap(Options)->DebugLogging = DebugLogging;
99 unwrap(Options)->PTO.LoopInterleaving = LoopInterleaving;
104 unwrap(Options)->PTO.LoopVectorization = LoopVectorization;
109 unwrap(Options)->PTO.SLPVectorization = SLPVectorization;
114 unwrap(Options)->PTO.LoopUnrolling = LoopUnrolling;
119 unwrap(Options)->PTO.ForgetAllSCEVInLoopUnroll = ForgetAllSCEVInLoopUnroll;
124 unwrap(Options)->PTO.LicmMssaOptCap = LicmMssaOptCap;
129 unwrap(Options)->PTO.LicmMssaNoAccForPromotionCap =
135 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile;
140 unwrap(Options)->PTO.MergeFunctions = MergeFunctions;
145 unwrap(Options)->PTO.InlinerThreshold = Threshold;
149 delete unwrap(Options);