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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-extract/
llvm-extract.cpp 68 // ExtractBlocks - The blocks to extract from the module.
70 ExtractBlocks("bb",
234 for (StringRef StrPair : ExtractBlocks) {
318 if (!ExtractBlocks.empty()) {
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 528 static bool ExtractBlocks(BugDriver &BD,
665 bool Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions, Error);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 515 /// ExtractBlocks - Given a reduced list of functions that still expose the bug,
519 static bool ExtractBlocks(BugDriver &BD,
663 bool Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions, Error);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
Miscompilation.cpp 537 ExtractBlocks(BugDriver &BD,
670 Expected<bool> Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions);
    [all...]

Completed in 816 milliseconds