Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.cpp1322 bool HasBranchToSelf = false; in OptimizeBlock() local
1328 HasBranchToSelf = true; in OptimizeBlock()
1357 if (!HasBranchToSelf) return MadeChange; in OptimizeBlock()