HomeSort by: relevance | last modified time | path
    Searched defs:replaceCfiUses (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 492 /// replaceCfiUses - Go through the uses list for this definition
497 void replaceCfiUses(Function *Old, Value *New, bool IsJumpTableCanonical);
1112 replaceCfiUses(F, FDecl, isJumpTableCanonical);
1114 // Set visibility late because it's used in replaceCfiUses() to determine
1328 replaceCfiUses(F, PlaceholderFn, IsJumpTableCanonical);
1563 replaceCfiUses(F, CombinedGlobalElemPtr, IsJumpTableCanonical);
1574 replaceCfiUses(F, FAlias, IsJumpTableCanonical);
1745 void LowerTypeTestsModule::replaceCfiUses(Function *Old, Value *New,
LowerTypeTests.cpp 492 /// replaceCfiUses - Go through the uses list for this definition
497 void replaceCfiUses(Function *Old, Value *New, bool IsJumpTableCanonical);
1112 replaceCfiUses(F, FDecl, isJumpTableCanonical);
1114 // Set visibility late because it's used in replaceCfiUses() to determine
1328 replaceCfiUses(F, PlaceholderFn, IsJumpTableCanonical);
1563 replaceCfiUses(F, CombinedGlobalElemPtr, IsJumpTableCanonical);
1574 replaceCfiUses(F, FAlias, IsJumpTableCanonical);
1745 void LowerTypeTestsModule::replaceCfiUses(Function *Old, Value *New,

Completed in 32 milliseconds