/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 41 class BlockExtractor : public ModulePass { class 48 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractor() function in __anond5aa5ef00111::BlockExtractor 55 BlockExtractor() : BlockExtractor(SmallVector<BasicBlock *, 0>(), false) {} in BlockExtractor() function in __anond5aa5ef00111::BlockExtractor 64 char BlockExtractor::ID = 0; 65 INITIALIZE_PASS(BlockExtractor, "extract-blocks", 68 ModulePass *llvm::createBlockExtractorPass() { return new BlockExtractor(); } in createBlockExtractorPass() 71 return new BlockExtractor(BlocksToExtract, EraseFunctions); in createBlockExtractorPass() 75 void BlockExtractor::loadFile() { in loadFile() 92 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() 121 bool BlockExtractor::runOnModule(Module &M) { in runOnModule()
|
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 41 class BlockExtractor : public ModulePass { class 48 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractor() function in __anon5aabca6e0111::BlockExtractor 55 BlockExtractor() : BlockExtractor(SmallVector<BasicBlock *, 0>(), false) {} in BlockExtractor() function in __anon5aabca6e0111::BlockExtractor 64 char BlockExtractor::ID = 0; 65 INITIALIZE_PASS(BlockExtractor, "extract-blocks", 68 ModulePass *llvm::createBlockExtractorPass() { return new BlockExtractor(); } in createBlockExtractorPass() 71 return new BlockExtractor(BlocksToExtract, EraseFunctions); in createBlockExtractorPass() 75 void BlockExtractor::loadFile() { in loadFile() 92 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() 121 bool BlockExtractor::runOnModule(Module &M) { in runOnModule()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 41 class BlockExtractor : public ModulePass { class 62 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractor() function in __anonb7bae6150111::BlockExtractor 75 BlockExtractor(const SmallVectorImpl<SmallVector<BasicBlock *, 16>> in BlockExtractor() function in __anonb7bae6150111::BlockExtractor 82 BlockExtractor() : BlockExtractor(SmallVector<BasicBlock *, 0>(), false) {} in BlockExtractor() function in __anonb7bae6150111::BlockExtractor 91 char BlockExtractor::ID = 0; 92 INITIALIZE_PASS(BlockExtractor, "extract-blocks", 98 return new BlockExtractor(BlocksToExtract, EraseFunctions); in createBlockExtractorPass() 104 return new BlockExtractor(GroupsOfBlocksToExtract, EraseFunctions); in createBlockExtractorPass() 108 void BlockExtractor::loadFile() { in loadFile() 136 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() [all …]
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 41 class BlockExtractor : public ModulePass { class 62 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractor() function in __anon8f4d1f5a0111::BlockExtractor 75 BlockExtractor(const SmallVectorImpl<SmallVector<BasicBlock *, 16>> in BlockExtractor() function in __anon8f4d1f5a0111::BlockExtractor 82 BlockExtractor() : BlockExtractor(SmallVector<BasicBlock *, 0>(), false) {} in BlockExtractor() function in __anon8f4d1f5a0111::BlockExtractor 91 char BlockExtractor::ID = 0; 92 INITIALIZE_PASS(BlockExtractor, "extract-blocks", 98 return new BlockExtractor(BlocksToExtract, EraseFunctions); in createBlockExtractorPass() 104 return new BlockExtractor(GroupsOfBlocksToExtract, EraseFunctions); in createBlockExtractorPass() 108 void BlockExtractor::loadFile() { in loadFile() 137 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() [all …]
|
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 41 class BlockExtractor : public ModulePass { class 62 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractor() function in __anon63659d320111::BlockExtractor 75 BlockExtractor(const SmallVectorImpl<SmallVector<BasicBlock *, 16>> in BlockExtractor() function in __anon63659d320111::BlockExtractor 82 BlockExtractor() : BlockExtractor(SmallVector<BasicBlock *, 0>(), false) {} in BlockExtractor() function in __anon63659d320111::BlockExtractor 91 char BlockExtractor::ID = 0; 92 INITIALIZE_PASS(BlockExtractor, "extract-blocks", 98 return new BlockExtractor(BlocksToExtract, EraseFunctions); in createBlockExtractorPass() 104 return new BlockExtractor(GroupsOfBlocksToExtract, EraseFunctions); in createBlockExtractorPass() 108 void BlockExtractor::loadFile() { in loadFile() 136 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() [all …]
|
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 41 class BlockExtractor : public ModulePass { class 62 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractor() function in __anonde6431b40111::BlockExtractor 75 BlockExtractor(const SmallVectorImpl<SmallVector<BasicBlock *, 16>> in BlockExtractor() function in __anonde6431b40111::BlockExtractor 82 BlockExtractor() : BlockExtractor(SmallVector<BasicBlock *, 0>(), false) {} in BlockExtractor() function in __anonde6431b40111::BlockExtractor 91 char BlockExtractor::ID = 0; 92 INITIALIZE_PASS(BlockExtractor, "extract-blocks", 98 return new BlockExtractor(BlocksToExtract, EraseFunctions); in createBlockExtractorPass() 104 return new BlockExtractor(GroupsOfBlocksToExtract, EraseFunctions); in createBlockExtractorPass() 108 void BlockExtractor::loadFile() { in loadFile() 137 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 41 class BlockExtractor : public ModulePass { class 62 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractor() function in __anon3045e89d0111::BlockExtractor 75 BlockExtractor(const SmallVectorImpl<SmallVector<BasicBlock *, 16>> in BlockExtractor() function in __anon3045e89d0111::BlockExtractor 82 BlockExtractor() : BlockExtractor(SmallVector<BasicBlock *, 0>(), false) {} in BlockExtractor() function in __anon3045e89d0111::BlockExtractor 91 char BlockExtractor::ID = 0; 92 INITIALIZE_PASS(BlockExtractor, "extract-blocks", 98 return new BlockExtractor(BlocksToExtract, EraseFunctions); in createBlockExtractorPass() 104 return new BlockExtractor(GroupsOfBlocksToExtract, EraseFunctions); in createBlockExtractorPass() 108 void BlockExtractor::loadFile() { in loadFile() 136 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() [all …]
|
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 40 class BlockExtractor : public ModulePass { class 61 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractor() function in __anon50a8f3720111::BlockExtractor 74 BlockExtractor(const SmallVectorImpl<SmallVector<BasicBlock *, 16>> in BlockExtractor() function in __anon50a8f3720111::BlockExtractor 81 BlockExtractor() : BlockExtractor(SmallVector<BasicBlock *, 0>(), false) {} in BlockExtractor() function in __anon50a8f3720111::BlockExtractor 90 char BlockExtractor::ID = 0; 91 INITIALIZE_PASS(BlockExtractor, "extract-blocks", 97 return new BlockExtractor(BlocksToExtract, EraseFunctions); in createBlockExtractorPass() 103 return new BlockExtractor(GroupsOfBlocksToExtract, EraseFunctions); in createBlockExtractorPass() 107 void BlockExtractor::loadFile() { in loadFile() 133 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() [all …]
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 44 class BlockExtractor { class 46 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anonc7fe4b920111::BlockExtractor 72 BlockExtractor BE; 122 void BlockExtractor::loadFile() { in loadFile() 151 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() 180 bool BlockExtractor::runOnModule(Module &M) { in runOnModule() 257 BlockExtractor BE(false); in run()
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 44 class BlockExtractor { class 46 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anon046bc0a80111::BlockExtractor 72 BlockExtractor BE; 122 void BlockExtractor::loadFile() { in loadFile() 151 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() 180 bool BlockExtractor::runOnModule(Module &M) { in runOnModule() 257 BlockExtractor BE(false); in run()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 43 class BlockExtractor { class 45 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anone099d4840111::BlockExtractor 71 BlockExtractor BE; 121 void BlockExtractor::loadFile() { in loadFile() 150 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() 179 bool BlockExtractor::runOnModule(Module &M) { in runOnModule() 256 BlockExtractor BE(false); in run()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 44 class BlockExtractor { class 46 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anon061b1c270111::BlockExtractor 72 BlockExtractor BE; 122 void BlockExtractor::loadFile() { in loadFile() 151 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() 180 bool BlockExtractor::runOnModule(Module &M) { in runOnModule() 257 BlockExtractor BE(false); in run()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 44 class BlockExtractor { class 46 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anona8cccda50111::BlockExtractor 72 BlockExtractor BE; 122 void BlockExtractor::loadFile() { in loadFile() 151 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() 180 bool BlockExtractor::runOnModule(Module &M) { in runOnModule() 257 BlockExtractor BE(false); in run()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 44 class BlockExtractor { class 46 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anon4ade4f5a0111::BlockExtractor 72 BlockExtractor BE; 122 void BlockExtractor::loadFile() { in loadFile() 151 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() 180 bool BlockExtractor::runOnModule(Module &M) { in runOnModule() 257 BlockExtractor BE(false); in run()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 43 class BlockExtractor { class 45 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anon38aac8980111::BlockExtractor 71 BlockExtractor BE; 121 void BlockExtractor::loadFile() { in loadFile() 150 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() 179 bool BlockExtractor::runOnModule(Module &M) { in runOnModule() 256 BlockExtractor BE(false); in run()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 43 class BlockExtractor { class 45 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anon0d1143c50111::BlockExtractor 71 BlockExtractor BE; 121 void BlockExtractor::loadFile() { in loadFile() 150 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() 179 bool BlockExtractor::runOnModule(Module &M) { in runOnModule() 256 BlockExtractor BE(false); in run()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 44 class BlockExtractor { class 46 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anonf2cd5b460111::BlockExtractor 72 BlockExtractor BE; 122 void BlockExtractor::loadFile() { in loadFile() 151 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds() 180 bool BlockExtractor::runOnModule(Module &M) { in runOnModule() 257 BlockExtractor BE(false); in run()
|
/dports/devel/llvm90/llvm-9.0.1.src/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
H A D | BUILD.gn | 25 "BlockExtractor.cpp",
|
/dports/devel/llvm10/llvm-10.0.1.src/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
H A D | BUILD.gn | 25 "BlockExtractor.cpp",
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
H A D | BUILD.gn | 25 "BlockExtractor.cpp",
|
/dports/devel/llvm80/llvm-8.0.1.src/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
H A D | BUILD.gn | 24 "BlockExtractor.cpp",
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
H A D | BUILD.gn | 27 "BlockExtractor.cpp",
|
/dports/devel/llvm11/llvm-11.0.1.src/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
H A D | BUILD.gn | 27 "BlockExtractor.cpp",
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
H A D | BUILD.gn | 27 "BlockExtractor.cpp",
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
H A D | BUILD.gn | 28 "BlockExtractor.cpp",
|