Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.cpp1266 bool HasBranchToSelf = false; in OptimizeBlock() local
1272 HasBranchToSelf = true; in OptimizeBlock()
1300 if (!HasBranchToSelf) return MadeChange; in OptimizeBlock()
/external/llvm/lib/CodeGen/
DBranchFolding.cpp1487 bool HasBranchToSelf = false; in OptimizeBlock() local
1493 HasBranchToSelf = true; in OptimizeBlock()
1522 if (!HasBranchToSelf) return MadeChange; in OptimizeBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp1710 bool HasBranchToSelf = false; in OptimizeBlock() local
1716 HasBranchToSelf = true; in OptimizeBlock()
1745 if (!HasBranchToSelf) return MadeChange; in OptimizeBlock()