Searched refs:Remangled (Results 1 – 6 of 6) sorted by relevance
916 if (auto Remangled = Intrinsic::remangleIntrinsicFunction(F)) in linkGlobalValueProto() local917 NewGV = Remangled.getValue(); in linkGlobalValueProto()
959 if (auto Remangled = Intrinsic::remangleIntrinsicFunction(F)) in linkGlobalValueProto() local960 NewGV = Remangled.getValue(); in linkGlobalValueProto()
2744 else if (auto Remangled = Intrinsic::remangleIntrinsicFunction(&F)) in globalCleanup() local2748 RemangledIntrinsics[&F] = Remangled.getValue(); in globalCleanup()
3453 else if (auto Remangled = Intrinsic::remangleIntrinsicFunction(&F)) in globalCleanup() local3457 RemangledIntrinsics[&F] = Remangled.getValue(); in globalCleanup()
220 if (auto Remangled = Intrinsic::remangleIntrinsicFunction(F)) { in ValidateEndOfModule() local221 F->replaceAllUsesWith(Remangled.getValue()); in ValidateEndOfModule()
236 if (auto Remangled = Intrinsic::remangleIntrinsicFunction(F)) { in ValidateEndOfModule() local237 F->replaceAllUsesWith(Remangled.getValue()); in ValidateEndOfModule()