Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp662 std::vector<Instruction*> BoolInst; in IntroduceControlFlow() local
666 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()