Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp49 &GroupsOfBlocksToExtract) { in init() argument
51 GroupsOfBlocksToExtract) { in init()
91 &GroupsOfBlocksToExtract, in BlockExtractorLegacyPass() argument
94 BE.init(GroupsOfBlocksToExtract); in BlockExtractorLegacyPass()
116 &GroupsOfBlocksToExtract, in createBlockExtractorPass() argument
118 return new BlockExtractorLegacyPass(GroupsOfBlocksToExtract, EraseFunctions); in createBlockExtractorPass()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DIPO.h198 &GroupsOfBlocksToExtract,