Home
last modified time | relevance | path

Searched refs:BoolInst (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
Dllvm-stress.cpp709 std::vector<Instruction*> BoolInst; in IntroduceControlFlow() local
712 BoolInst.push_back(&Instr); in IntroduceControlFlow()
715 std::shuffle(BoolInst.begin(), BoolInst.end(), R); in IntroduceControlFlow()
717 for (auto *Instr : BoolInst) { in IntroduceControlFlow()