Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp372 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
374 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
379 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
383 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceCrashingBlocks
490 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
492 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
497 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
501 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
595 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
597 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
[all …]
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp261 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
263 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
268 bool TestBlocks(std::vector<const BasicBlock*> &Prefix);
272 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) { in TestBlocks() function in ReduceCrashingBlocks
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp336 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
338 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
343 bool TestBlocks(std::vector<const BasicBlock*> &Prefix);
347 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) { in TestBlocks() function in ReduceCrashingBlocks