Home | History | Annotate | Download | only in JIT

Lines Matching refs:Erased

474     bool Erased = CallSiteToFunctionMap.erase(*I);
475 (void)Erased;
476 assert(Erased && "Missing call site->function mapping");