Searched refs:BoolInst (Results 1 – 2 of 2) sorted by relevance
659 std::vector<Instruction*> BoolInst; in IntroduceControlFlow() local662 BoolInst.push_back(&Instr); in IntroduceControlFlow()665 std::random_shuffle(BoolInst.begin(), BoolInst.end(), R); in IntroduceControlFlow()667 for (auto *Instr : BoolInst) { in IntroduceControlFlow()
709 std::vector<Instruction*> BoolInst; in IntroduceControlFlow() local712 BoolInst.push_back(&Instr); in IntroduceControlFlow()715 std::shuffle(BoolInst.begin(), BoolInst.end(), R); in IntroduceControlFlow()717 for (auto *Instr : BoolInst) { in IntroduceControlFlow()