Home
last modified time | relevance | path

Searched refs:ExtractBlocks (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp80 static cl::list<std::string> ExtractBlocks( variable
255 for (StringRef StrPair : ExtractBlocks) { in main()
332 if (!ExtractBlocks.empty()) { in main()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DMiscompilation.cpp538 ExtractBlocks(BugDriver &BD, in ExtractBlocks() function
672 Expected<bool> Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions); in DebugAMiscompilation()