Searched refs:replaceCfiUses (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 502 void replaceCfiUses(Function *Old, Value *New, bool IsJumpTableCanonical); 1118 replaceCfiUses(F, FDecl, isJumpTableCanonical); in importFunction() 1334 replaceCfiUses(F, PlaceholderFn, IsJumpTableCanonical); in replaceWeakDeclarationWithJumpTablePtr() 1569 replaceCfiUses(F, CombinedGlobalElemPtr, IsJumpTableCanonical); in buildBitSetsFromFunctionsNative() 1580 replaceCfiUses(F, FAlias, IsJumpTableCanonical); in buildBitSetsFromFunctionsNative() 1751 void LowerTypeTestsModule::replaceCfiUses(Function *Old, Value *New, in replaceCfiUses() function in LowerTypeTestsModule
|