Searched refs:runOnRegion (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DRegionPass.h50 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DRegionPass.h52 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
/external/llvm/lib/Analysis/
H A DRegionPass.cpp99 Changed |= P->runOnRegion(CurrentRegion, *this);
200 bool runOnRegion(Region *R, RGPassManager &RGM) override {
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DRegionPass.cpp96 Changed |= P->runOnRegion(CurrentRegion, *this);
196 virtual bool runOnRegion(Region *R, RGPassManager &RGM) { function in class:__anon19776::PrintRegionPass
/external/swiftshader/third_party/LLVM/include/llvm/
H A DLinkAllPasses.h159 ((llvm::RegionPass*)0)->runOnRegion((llvm::Region*)0, RGM);
/external/llvm/tools/opt/
H A DPassPrinters.cpp174 bool runOnRegion(Region *R, RGPassManager &RGM) override {
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp257 bool runOnRegion(Region *R, RGPassManager &RGM) override;
937 bool StructurizeCFG::runOnRegion(Region *R, RGPassManager &RGM) { function in class:StructurizeCFG
/external/swiftshader/third_party/LLVM/tools/opt/
H A Dopt.cpp291 virtual bool runOnRegion(Region *R, RGPassManager &RGM) { function in struct:__anon20346::RegionPassPrinter

Completed in 115 milliseconds