Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp719 std::vector<Instruction*> BoolInst; in IntroduceControlFlow() local
722 BoolInst.push_back(&Instr); in IntroduceControlFlow()
725 llvm::shuffle(BoolInst.begin(), BoolInst.end(), R); in IntroduceControlFlow()
727 for (auto *Instr : BoolInst) { in IntroduceControlFlow()