Searched refs:hasJumpTable (Results 1 – 5 of 5) sorted by relevance
311 if (CurrBB->hasJumpTable()) { in aggressiveDuplicate()375 if (Pred->hasJumpTable()) in shouldDuplicate()377 if (Tail->hasJumpTable()) in shouldDuplicate()
45 if (BB->hasJumpTable()) in runOnFunction()
193 BB->hasJumpTable()) // no jump table in runOnFunction()
282 if (Predecessor->hasJumpTable()) in runOnFunction()309 if (!BB.hasJumpTable() && BB.succ_size() == 2 && in runOnFunction()
932 bool hasJumpTable() const { return getJumpTable() != nullptr; } in hasJumpTable() function