Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1550 bool checkForAmbiguousJumpTables();
/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp2000 if (BF.checkForAmbiguousJumpTables()) { in perform()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3695 bool BinaryFunction::checkForAmbiguousJumpTables() { in checkForAmbiguousJumpTables() function in llvm::bolt::BinaryFunction