Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1625 bool HasBranchToSelf = false; in OptimizeBlock() local
1631 HasBranchToSelf = true; in OptimizeBlock()
1668 if (!HasBranchToSelf) return MadeChange; in OptimizeBlock()