Clear the cache of @llvm.assume intrinsics for a function.

Synopsis

Declared in <llvm/Analysis/AssumptionCache.h>

void
clear();

Description

It will be re‐scanned the next time it is requested.

Created with MrDocs