Home | History | Annotate | Download | only in bugpoint

Lines Matching full:extract

1 //===- ExtractFunction.cpp - Extract a function from Program --------------===//

10 // This file implements several methods that are used to extract functions,
129 /// ExtractLoop - Given a module, extract up to one loop from it into a new
134 LoopExtractPasses.push_back("loop-extract-single");
145 // extracted and we should return null. Limit the number of loops we extract
152 assert(M->size() < NewM->size() && "Loop extract removed functions?");
310 /// ExtractMappedBlocksFromModule - Extract all but the specified basic blocks
332 errs() << "Error writing list of blocks to not extract: " << ErrorInfo
348 errs() << "Error writing list of blocks to not extract: " << ErrorInfo
356 std::string uniqueFN = "--extract-blocks-file=" + uniqueFilename.str();
360 PI.push_back("extract-blocks");