| 359 | assert(empty() && "PlaceholderQueue hasn't been flushed before being destroyed"); |
| 360 | } |
| 361 | bool empty() { return PHs.empty(); } |
| 362 | DistinctMDOperandPlaceholder &getPlaceholderOp(unsigned ID); |
| 363 | void flush(BitcodeReaderMetadataList &MetadataList); |
| 364 |
no outgoing calls
no test coverage detected