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 254 getContext().pImpl->IntrinsicIDCache.erase(this);
399 LLVMContextImpl::IntrinsicIDCacheTy &IntrinsicIDCache =
400 getContext().pImpl->IntrinsicIDCache;
401 if (!IntrinsicIDCache.count(this)) {
403 IntrinsicIDCache[this]=Id;
406 return IntrinsicIDCache[this];
LLVMContextImpl.h 367 /// IntrinsicIDCache - Cache of intrinsic name (string) to numeric ID mappings
370 IntrinsicIDCacheTy IntrinsicIDCache;
Value.cpp 200 getContext().pImpl->IntrinsicIDCache.erase(F);

Completed in 442 milliseconds