Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp660 std::vector<Instruction*> BoolInst; in IntroduceControlFlow() local
663 BoolInst.push_back(&Instr); in IntroduceControlFlow()
666 std::random_shuffle(BoolInst.begin(), BoolInst.end(), R); in IntroduceControlFlow()
668 for (auto *Instr : BoolInst) { in IntroduceControlFlow()