Home
last modified time | relevance | path

Searched refs:runOnLoopBlock (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp203 bool runOnLoopBlock(BasicBlock *BB, const SCEV *BECount,
421 MadeChange |= runOnLoopBlock(BB, BECount, ExitBlocks); in runOnCountableLoop()
622 bool LoopIdiomRecognize::runOnLoopBlock( in runOnLoopBlock() function in LoopIdiomRecognize
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp137 bool runOnLoopBlock(Loop *CurLoop, BasicBlock *BB, const SCEV *BECount,
2373 bool HexagonLoopIdiomRecognize::runOnLoopBlock(Loop *CurLoop, BasicBlock *BB, in runOnLoopBlock() function in HexagonLoopIdiomRecognize
2419 Changed |= runOnLoopBlock(L, BB, BECount, ExitBlocks); in runOnCountableLoop()