HomeSort by relevance Sort by last modified time
    Searched refs:runOnLoop (Results 1 - 25 of 43) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopDependenceAnalysis.h 107 bool runOnLoop(Loop*, LPPassManager&);
LoopPass.h 38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
IVUsers.h 135 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 43 bool runOnLoop(Loop*, LPPassManager&) override;
67 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
LoopSimplifyCFG.cpp 89 bool runOnLoop(Loop *L, LPPassManager &) override {
LoopDataPrefetch.cpp 90 bool runOnLoop(Loop *L);
171 MadeChange |= runOnLoop(*L);
176 bool LoopDataPrefetch::runOnLoop(Loop *L) {
LoopDeletion.cpp 242 bool runOnLoop(Loop *L, LPPassManager &) override;
259 bool LoopDeletionLegacyPass::runOnLoop(Loop *L, LPPassManager &) {
PlaceSafepoints.cpp 122 bool runOnLoop(Loop *);
127 runOnLoop(L);
302 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L) {
LoopVersioningLICM.cpp 150 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
507 bool LoopVersioningLICM::runOnLoop(Loop *L, LPPassManager &LPM) {
LICM.cpp 110 bool runOnLoop(Loop *L, AliasAnalysis *AA, LoopInfo *LI, DominatorTree *DT,
130 bool runOnLoop(Loop *L, LPPassManager &LPM) override {
135 return LICM.runOnLoop(L,
190 if (!LICM.runOnLoop(&L, AA, LI, DT, TLI, SE, true))
214 bool LoopInvariantCodeMotion::runOnLoop(Loop *L, AliasAnalysis *AA,
    [all...]
LoopIdiomRecognize.cpp 89 bool runOnLoop(Loop *L);
144 bool runOnLoop(Loop *L, LPPassManager &LPM) override {
160 return LIR.runOnLoop(L);
192 if (!LIR.runOnLoop(&L))
220 bool LoopIdiomRecognize::runOnLoop(Loop *L) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopInstSimplify.cpp 37 bool runOnLoop(Loop*, LPPassManager&);
63 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
LoopUnrollPass.cpp 76 bool runOnLoop(Loop *L, LPPassManager &LPM);
129 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) {
LoopDeletion.cpp 37 bool runOnLoop(Loop* L, LPPassManager& LPM);
124 /// runOnLoop - Remove dead loops, by which we mean loops that do not impact the
130 bool LoopDeletion::runOnLoop(Loop* L, LPPassManager& LPM) {
LoopRotation.cpp 54 bool runOnLoop(Loop *L, LPPassManager &LPM);
73 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) {
  /external/llvm/include/llvm/Analysis/
LoopPass.h 38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
IVUsers.h 138 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
  /external/llvm/lib/Analysis/
LoopPass.cpp 46 bool runOnLoop(Loop *L, LPPassManager &) override {
200 Changed |= P->runOnLoop(CurrentLoop, *this);
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 46 bool runOnLoop(Loop *L, LPPassManager &) override;
83 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
LoopExtractor.cpp 45 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
81 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LCSSA.cpp 60 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
116 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) {
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 81 bool runOnLoop(Loop *L);
160 MadeChange |= runOnLoop(*L);
165 bool PPCLoopPreIncPrep::runOnLoop(Loop *L) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopPass.cpp 42 bool runOnLoop(Loop *L, LPPassManager &) {
241 Changed |= P->runOnLoop(CurrentLoop, *this);
IVUsers.cpp 173 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) {
  /external/llvm/tools/opt/
PassPrinters.cpp 141 bool runOnLoop(Loop *L, LPPassManager &LPM) override {

Completed in 559 milliseconds

1 2