Searched refs:BoolInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp652 std::set<Instruction*> BoolInst; local
656 BoolInst.insert(it);
659 for (std::set<Instruction*>::iterator it = BoolInst.begin(),
660 e = BoolInst.end(); it != e; ++it) {

Completed in 77 milliseconds