Home
last modified time | relevance | path

Searched refs:runOnRegion (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionPass.cpp96 Changed |= P->runOnRegion(CurrentRegion, *this); in runOnFunction()
196 virtual bool runOnRegion(Region *R, RGPassManager &RGM) { in runOnRegion() function in __anona7e7ffec0111::PrintRegionPass
/external/llvm/lib/Analysis/
DRegionPass.cpp99 Changed |= P->runOnRegion(CurrentRegion, *this); in runOnFunction()
200 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function in __anonf27ec4400111::PrintRegionPass
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DRegionPass.h52 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
/external/llvm/include/llvm/Analysis/
DRegionPass.h50 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
/external/swiftshader/third_party/LLVM/include/llvm/
DLinkAllPasses.h159 ((llvm::RegionPass*)0)->runOnRegion((llvm::Region*)0, RGM); in ForcePassLinking()
/external/llvm/tools/opt/
DPassPrinters.cpp174 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp257 bool runOnRegion(Region *R, RGPassManager &RGM) override;
937 bool StructurizeCFG::runOnRegion(Region *R, RGPassManager &RGM) { in runOnRegion() function in StructurizeCFG
/external/swiftshader/third_party/LLVM/tools/opt/
Dopt.cpp291 virtual bool runOnRegion(Region *R, RGPassManager &RGM) { in runOnRegion() function
/external/llvm/docs/
DWritingAnLLVMPass.rst602 .. _writing-an-llvm-pass-runOnRegion:
604 The ``runOnRegion`` method
609 virtual bool runOnRegion(Region *, RGPassManager &RGM) = 0;
611 The ``runOnRegion`` method must be implemented by your subclass to do the
624 when the pass framework has finished calling :ref:`runOnRegion
625 <writing-an-llvm-pass-runOnRegion>` for every region in the program being