Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp70 ExtractBlocks("bb", variable
234 for (StringRef StrPair : ExtractBlocks) { in main()
318 if (!ExtractBlocks.empty()) { in main()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp537 ExtractBlocks(BugDriver &BD, in ExtractBlocks() function
670 Expected<bool> Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions); in DebugAMiscompilation()