HomeSort by relevance Sort by last modified time
    Searched refs:TestBlocks (Results 1 - 3 of 3) sorted by null

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

Completed in 2069 milliseconds