Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1636 bool HasBranchToSelf = false; in OptimizeBlock() local
1642 HasBranchToSelf = true; in OptimizeBlock()
1679 if (!HasBranchToSelf) return MadeChange; in OptimizeBlock()