HomeSort by relevance Sort by last modified time
    Searched full:derived_this (Results 1 - 1 of 1) sorted by null

  /external/llvm/include/llvm/IR/
PassManager.h 564 DerivedT *derived_this() { return static_cast<DerivedT *>(this); } function in class:llvm::detail::AnalysisManagerBase
565 const DerivedT *derived_this() const { function in class:llvm::detail::AnalysisManagerBase
600 derived_this()->getResultImpl(PassT::ID(), IR);
617 derived_this()->getCachedResultImpl(PassT::ID(), IR);
644 derived_this()->invalidateImpl(PassT::ID(), M);
652 derived_this()->invalidateImpl(IR, PA);
    [all...]

Completed in 54 milliseconds