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

  /external/llvm/include/llvm/IR/
PassManager.h 315 /// - invalidateImpl
424 derived_this()->invalidateImpl(PassT::ID(), IR);
435 return derived_this()->invalidateImpl(IR, std::move(PA));
559 void invalidateImpl(void *PassID, IRUnitT &IR) {
573 PreservedAnalyses invalidateImpl(IRUnitT &IR, PreservedAnalyses PA) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PassManager.h 582 return invalidateImpl<ResultModelT>(PassT::ID(), IR, PA);
592 return invalidateImpl<>(ID, IR, PA);
599 bool invalidateImpl(AnalysisKey *ID, IRUnitT &IR,
762 invalidateImpl(PassT::ID(), IR);
    [all...]

Completed in 194 milliseconds