Home
last modified time | relevance | path

Searched defs:BlocksToExtract (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp48 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractor()
70 const SmallVectorImpl<BasicBlock *> &BlocksToExtract, bool EraseFunctions) { in createBlockExtractorPass()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp293 std::vector<BasicBlock*> BlocksToExtract; in runOnModule() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DLoopExtractor.cpp285 std::vector<BasicBlock*> BlocksToExtract; in runOnModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DExtractFunction.cpp386 SmallVector<BasicBlock *, 32> BlocksToExtract; in extractMappedBlocksFromModule() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp49 SetVector<BasicBlock*> BlocksToExtract; member in __anon89e149dc0111::CodeExtractor