HomeSort by relevance Sort by last modified time
    Searched refs:IntrinsicIDCache (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
Function.cpp 215 getContext().pImpl->IntrinsicIDCache.erase(this);
353 LLVMContextImpl::IntrinsicIDCacheTy &IntrinsicIDCache =
354 getContext().pImpl->IntrinsicIDCache;
355 if(!IntrinsicIDCache.count(this)) {
357 IntrinsicIDCache[this]=Id;
360 return IntrinsicIDCache[this];
LLVMContextImpl.h 353 /// IntrinsicIDCache - Cache of intrinsic name (string) to numeric ID mappings
356 IntrinsicIDCacheTy IntrinsicIDCache;
Value.cpp 199 getContext().pImpl->IntrinsicIDCache.erase(F);

Completed in 168 milliseconds