Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DRegionPass.cpp98 LocalChanged = P->runOnRegion(CurrentRegion, *this); in runOnFunction()
189 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function in __anonea477db50111::PrintRegionPass
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DRegionPass.cpp97 Changed |= P->runOnRegion(CurrentRegion, *this); in runOnFunction()
195 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function in __anon54ebd4a90111::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 __anon29bfc9070111::PrintRegionPass
/external/llvm-project/llvm/include/llvm/Analysis/
DRegionPass.h47 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-10.0/llvm/include/llvm/Analysis/
DRegionPass.h49 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
/external/llvm-project/polly/lib/Analysis/
DScopPass.cpp24 bool ScopPass::runOnRegion(Region *R, RGPassManager &RGM) { in runOnRegion() function in ScopPass
DScopInfo.cpp2675 bool ScopInfoRegionPass::runOnRegion(Region *R, RGPassManager &RGM) { in runOnRegion() function in ScopInfoRegionPass
/external/llvm-project/llvm/tools/opt/
DPassPrinters.cpp170 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function
/external/llvm/tools/opt/
DPassPrinters.cpp174 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function
/external/llvm-project/polly/include/polly/
DScopPass.h169 bool runOnRegion(Region *R, RGPassManager &RGM) override;
DScopInfo.h2715 bool runOnRegion(Region *R, RGPassManager &RGM) override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp273 bool runOnRegion(Region *R, RGPassManager &RGM) override;
999 bool StructurizeCFG::runOnRegion(Region *R, RGPassManager &RGM) { in runOnRegion() function in StructurizeCFG
/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/llvm-project/llvm/docs/
DWritingAnLLVMPass.rst627 .. _writing-an-llvm-pass-runOnRegion:
629 The ``runOnRegion`` method
634 virtual bool runOnRegion(Region *, RGPassManager &RGM) = 0;
636 The ``runOnRegion`` method must be implemented by your subclass to do the
649 when the pass framework has finished calling :ref:`runOnRegion
650 <writing-an-llvm-pass-runOnRegion>` for every region in the program being
/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
/external/llvm-project/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp331 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function in __anon1ce152ee0111::StructurizeCFGLegacyPass