Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp370 if (!Kept.empty() && TestInsts(Kept)) in doTest()
372 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
377 bool TestInsts(std::vector<const Instruction*> &Prefix);
381 bool ReduceCrashingInstructions::TestInsts(std::vector<const Instruction*> in TestInsts() function in ReduceCrashingInstructions
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp445 if (!Kept.empty() && TestInsts(Kept)) in doTest()
447 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
452 bool TestInsts(std::vector<const Instruction*> &Prefix);
456 bool ReduceCrashingInstructions::TestInsts(std::vector<const Instruction*> in TestInsts() function in ReduceCrashingInstructions
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp686 if (!Kept.empty() && TestInsts(Kept)) in doTest()
688 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
693 bool TestInsts(std::vector<const Instruction *> &Prefix);
697 bool ReduceCrashingInstructions::TestInsts( in TestInsts() function in ReduceCrashingInstructions