Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp235 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction() local
242 JTIsLive.set(Op.getIndex()); in OptimizeFunction()
248 for (unsigned i = 0, e = JTIsLive.size(); i != e; ++i) in OptimizeFunction()
249 if (!JTIsLive.test(i)) { in OptimizeFunction()