HomeSort by: relevance | last modified time | path
    Searched refs:IMapI (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PassManagerImpl.h 108 auto IMapI = IsResultInvalidated.find(ID);
109 if (IMapI != IsResultInvalidated.end())
115 // Note that we cannot reuse 'IMapI' here or pre-insert the ID, as
PassManager.h 700 auto IMapI = IsResultInvalidated.find(ID);
701 if (IMapI != IsResultInvalidated.end())
702 return IMapI->second;
714 // that. Note that we cannot reuse IMapI and must do a fresh insert here,
718 std::tie(IMapI, Inserted) =
723 return IMapI->second;

Completed in 19 milliseconds