Searched refs:Remangled (Results 1 – 9 of 9) sorted by relevance
916 if (auto Remangled = Intrinsic::remangleIntrinsicFunction(F)) in linkGlobalValueProto() local917 NewGV = Remangled.getValue(); in linkGlobalValueProto()
1011 if (auto Remangled = Intrinsic::remangleIntrinsicFunction(F)) in linkGlobalValueProto() local1012 NewGV = Remangled.getValue(); in linkGlobalValueProto()
1008 if (auto Remangled = Intrinsic::remangleIntrinsicFunction(F)) in linkGlobalValueProto() local1009 NewGV = Remangled.getValue(); in linkGlobalValueProto()
220 if (auto Remangled = Intrinsic::remangleIntrinsicFunction(F)) { in ValidateEndOfModule() local221 F->replaceAllUsesWith(Remangled.getValue()); in ValidateEndOfModule()
2975 else if (auto Remangled = Intrinsic::remangleIntrinsicFunction(&F)) in globalCleanup() local2979 RemangledIntrinsics[&F] = Remangled.getValue(); in globalCleanup()
3453 else if (auto Remangled = Intrinsic::remangleIntrinsicFunction(&F)) in globalCleanup() local3457 RemangledIntrinsics[&F] = Remangled.getValue(); in globalCleanup()
3036 else if (auto Remangled = Intrinsic::remangleIntrinsicFunction(&F)) in globalCleanup() local3040 RemangledIntrinsics[&F] = Remangled.getValue(); in globalCleanup()
243 if (auto Remangled = Intrinsic::remangleIntrinsicFunction(F)) { in ValidateEndOfModule() local244 F->replaceAllUsesWith(Remangled.getValue()); in ValidateEndOfModule()
250 if (auto Remangled = Intrinsic::remangleIntrinsicFunction(F)) { in validateEndOfModule() local251 F->replaceAllUsesWith(Remangled.getValue()); in validateEndOfModule()