Removes any existing "ambiguous" memprof attribute. Called before we apply a specific allocation type such as "cold", "notcold", or "hot".
Declared in <llvm/Analysis/MemoryProfileInfo.h>
void
removeAnyExistingAmbiguousAttribute(CallBase* CB);
| Name | Description |
|---|---|
| CB | Call whose ambiguous memprof attribute should be removed. |