Searched refs:RGM (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DRegionPass.h49 /// @param RGM The RegionPassManager that manages this Pass.
52 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
62 virtual bool doInitialization(Region *R, RGPassManager &RGM) { return false; } argument
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DLinkAllPasses.h164 llvm::RGPassManager RGM; local
165 ((llvm::RegionPass*)0)->runOnRegion((llvm::Region*)0, RGM);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DRegionPass.cpp196 virtual bool runOnRegion(Region *R, RGPassManager &RGM) { argument
/macosx-10.10.1/llvmCore-3425.0.34/tools/opt/
H A Dopt.cpp302 virtual bool runOnRegion(Region *R, RGPassManager &RGM) { argument

Completed in 124 milliseconds