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

  /external/llvm/lib/Analysis/
CGSCCPassManager.cpp 111 char CGSCCAnalysisManagerModuleProxy::PassID;
113 CGSCCAnalysisManagerModuleProxy::Result
114 CGSCCAnalysisManagerModuleProxy::run(Module *M) {
119 CGSCCAnalysisManagerModuleProxy::Result::~Result() {
125 bool CGSCCAnalysisManagerModuleProxy::Result::invalidate(
  /external/llvm/include/llvm/Analysis/
CGSCCPassManager.h 162 class CGSCCAnalysisManagerModuleProxy {
198 explicit CGSCCAnalysisManagerModuleProxy(CGSCCAnalysisManager &CGAM)
202 CGSCCAnalysisManagerModuleProxy(
203 const CGSCCAnalysisManagerModuleProxy &Arg)
205 CGSCCAnalysisManagerModuleProxy(CGSCCAnalysisManagerModuleProxy &&Arg)
207 CGSCCAnalysisManagerModuleProxy &
208 operator=(CGSCCAnalysisManagerModuleProxy RHS) {
300 /// \c CGSCCAnalysisManagerModuleProxy analysis prior to running the CGSCC
331 AM->getResult<CGSCCAnalysisManagerModuleProxy>(M).getManager()
    [all...]
  /external/llvm/tools/opt/
NewPMDriver.cpp 55 MAM.registerPass(CGSCCAnalysisManagerModuleProxy(CGAM));

Completed in 612 milliseconds