Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DRegionPass.cpp100 LocalChanged = P->runOnRegion(CurrentRegion, *this); in runOnFunction()
191 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function in __anon4a2f04550111::PrintRegionPass
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionPass.h48 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
/openbsd-src/gnu/llvm/llvm/docs/
H A DWritingAnLLVMPass.rst614 .. _writing-an-llvm-pass-runOnRegion:
616 The ``runOnRegion`` method
621 virtual bool runOnRegion(Region *, RGPassManager &RGM) = 0;
623 The ``runOnRegion`` method must be implemented by your subclass to do the
636 when the pass framework has finished calling :ref:`runOnRegion
637 <writing-an-llvm-pass-runOnRegion>` for every region in the program being
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp338 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function in __anon82769d8e0111::StructurizeCFGLegacyPass