Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DAligner.cpp125 if (PrevBB && PrevBB->getFallthrough() == BB) in alignBlocks()
H A DInstrumentation.cpp456 BinaryBasicBlock *FTBB = BB.getFallthrough(); in instrumentFunction()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h399 BinaryBasicBlock *getFallthrough() { in getFallthrough() function
406 const BinaryBasicBlock *getFallthrough() const { in getFallthrough() function
407 return const_cast<BinaryBasicBlock *>(this)->getFallthrough(); in getFallthrough()