Home
last modified time | relevance | path

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

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