Searched refs:BoolInst (Results 1 – 1 of 1) sorted by relevance
662 std::vector<Instruction*> BoolInst; in IntroduceControlFlow() local666 BoolInst.push_back(it); in IntroduceControlFlow()669 std::random_shuffle(BoolInst.begin(), BoolInst.end(), R); in IntroduceControlFlow()671 for (std::vector<Instruction*>::iterator it = BoolInst.begin(), in IntroduceControlFlow()672 e = BoolInst.end(); it != e; ++it) { in IntroduceControlFlow()