Home
last modified time | relevance | path

Searched refs:hasJumpTable (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DTailDuplication.cpp311 if (CurrBB->hasJumpTable()) { in aggressiveDuplicate()
375 if (Pred->hasJumpTable()) in shouldDuplicate()
377 if (Tail->hasJumpTable()) in shouldDuplicate()
H A DThreeWayBranch.cpp45 if (BB->hasJumpTable()) in runOnFunction()
H A DCMOVConversion.cpp193 BB->hasJumpTable()) // no jump table in runOnFunction()
H A DBinaryPasses.cpp282 if (Predecessor->hasJumpTable()) in runOnFunction()
309 if (!BB.hasJumpTable() && BB.succ_size() == 2 && in runOnFunction()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h932 bool hasJumpTable() const { return getJumpTable() != nullptr; } in hasJumpTable() function