Home
last modified time | relevance | path

Searched refs:isJumpTableCanonical (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp240 bool lowertypetests::isJumpTableCanonical(Function *F) { in isJumpTableCanonical() function in lowertypetests
303 bool isJumpTableCanonical() const { in isJumpTableCanonical() function in __anonc00fd2a30111::GlobalTypeMember
480 void importFunction(Function *F, bool isJumpTableCanonical,
1055 Function *F, bool isJumpTableCanonical, in importFunction() argument
1062 if (F->isDeclarationForLinker() && isJumpTableCanonical) { in importFunction()
1077 if (!isJumpTableCanonical) { in importFunction()
1107 replaceWeakDeclarationWithJumpTablePtr(F, FDecl, isJumpTableCanonical); in importFunction()
1109 replaceCfiUses(F, FDecl, isJumpTableCanonical); in importFunction()
1459 if (!GTM->isJumpTableCanonical()) { in selectJumpTableArmEncoding()
1673 bool IsJumpTableCanonical = Functions[I]->isJumpTableCanonical(); in buildBitSetsFromFunctionsNative()
[all …]
H A DThinLTOBitcodeWriter.cpp412 if (lowertypetests::isJumpTableCanonical(&F)) in splitAndWriteThinLTOBitcode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h196 bool isJumpTableCanonical(Function *F);