Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegRewriter.cpp1201 SmallPtrSet<MachineBasicBlock*,16> EarlyVisited; in runOnMachineFunction() local
1211 if (!EarlyVisited.count(MBB)) in runOnMachineFunction()
1226 if (!Visited.count(MBB) && EarlyVisited.insert(MBB)) { in runOnMachineFunction()