Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBranchFolding.cpp1614 bool HasBranchToSelf = false; in OptimizeBlock() local
1620 HasBranchToSelf = true; in OptimizeBlock()
1648 if (!HasBranchToSelf) return MadeChange; in OptimizeBlock()