Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp715 std::vector<Instruction*> BoolInst; in IntroduceControlFlow() local
718 BoolInst.push_back(&Instr); in IntroduceControlFlow()
721 llvm::shuffle(BoolInst.begin(), BoolInst.end(), R); in IntroduceControlFlow()
723 for (auto *Instr : BoolInst) { in IntroduceControlFlow()