Searched refs:runOnRegion (Results 1 – 4 of 4) sorted by relevance
100 LocalChanged = P->runOnRegion(CurrentRegion, *this); in runOnFunction()191 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function in __anon4a2f04550111::PrintRegionPass
48 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
614 .. _writing-an-llvm-pass-runOnRegion:616 The ``runOnRegion`` method621 virtual bool runOnRegion(Region *, RGPassManager &RGM) = 0;623 The ``runOnRegion`` method must be implemented by your subclass to do the636 when the pass framework has finished calling :ref:`runOnRegion637 <writing-an-llvm-pass-runOnRegion>` for every region in the program being
338 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function in __anon82769d8e0111::StructurizeCFGLegacyPass