Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDBranchFolding.cpp1314 bool HasBranchToSelf = false; in OptimizeBlock() local
1320 HasBranchToSelf = true; in OptimizeBlock()
1349 if (!HasBranchToSelf) return MadeChange; in OptimizeBlock()