Home
last modified time | relevance | path

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

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