Searched defs:deleteAfterManifest (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1888 void deleteAfterManifest(Instruction &I) { ToBeDeletedInsts.insert(&I); } function in struct:Attributor
1892 void deleteAfterManifest(BasicBlock &BB) { ToBeDeletedBlocks.insert(&BB); } function in struct:Attributor
1901 void deleteAfterManifest(Function &F) { function in struct:Attributor

Completed in 187 milliseconds