HomeSort by relevance Sort by last modified time
    Searched refs:LocalChanged (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 93 bool LocalChanged;
95 LocalChanged = false;
127 LocalChanged = true;
136 LocalChanged = true;
184 Changed |= LocalChanged;
185 } while (LocalChanged);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopInstSimplify.cpp 81 bool LocalChanged;
83 LocalChanged = false;
115 LocalChanged = true;
119 LocalChanged |= RecursivelyDeleteTriviallyDeadInstructions(I);
166 Changed |= LocalChanged;
167 } while (LocalChanged);
  /external/llvm/lib/IR/
LegacyPassManager.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassManager.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 631 bool LocalChanged = false;
646 LocalChanged = true;
654 if (LocalChanged) {
    [all...]

Completed in 106 milliseconds