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

  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 42 bool runOnLoop(Loop*, LPPassManager&) override;
72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
LoopDeletion.cpp 39 bool runOnLoop(Loop *L, LPPassManager &) override;
129 /// runOnLoop - Remove dead loops, by which we mean loops that do not impact the
135 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &) {
PlaceSafepoints.cpp 138 bool runOnLoop(Loop *);
143 runOnLoop(L);
321 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L) {
    [all...]
LICM.cpp 111 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
187 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) {
    [all...]
LoopIdiomRecognize.cpp 84 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
186 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) {
    [all...]
LoopUnrollPass.cpp 134 bool runOnLoop(Loop *L, LPPassManager &) override;
    [all...]
LoopRotation.cpp 592 bool runOnLoop(Loop *L, LPPassManager &LPM) override {
InductiveRangeCheckElimination.cpp 221 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
    [all...]
LoopRerollPass.cpp 147 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
    [all...]
LoopUnswitch.cpp 206 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
432 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) {
    [all...]
IndVarSimplify.cpp 107 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
    [all...]
LoopStrengthReduce.cpp     [all...]
  /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/Target/PowerPC/
PPCLoopDataPrefetch.cpp 83 bool runOnLoop(Loop *L);
117 MadeChange |= runOnLoop(*L);
122 bool PPCLoopDataPrefetch::runOnLoop(Loop *L) {
PPCLoopPreIncPrep.cpp 81 bool runOnLoop(Loop *L);
157 MadeChange |= runOnLoop(*L);
162 bool PPCLoopPreIncPrep::runOnLoop(Loop *L) {
  /external/llvm/lib/Analysis/
LoopPass.cpp 44 bool runOnLoop(Loop *L, LPPassManager &) override {
193 Changed |= P->runOnLoop(CurrentLoop, *this);
IVUsers.cpp 262 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) {
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 46 bool runOnLoop(Loop *L, LPPassManager &) override;
83 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &) {
  /external/llvm/tools/opt/
PassPrinters.cpp 141 bool runOnLoop(Loop *L, LPPassManager &LPM) override {
  /external/llvm/unittests/IR/
LegacyPassManagerTest.cpp 214 bool runOnLoop(Loop *L, LPPassManager &LPM) override {

Completed in 622 milliseconds