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

  /external/llvm/lib/Transforms/Scalar/
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 &) {
LoopInstSimplify.cpp 42 bool runOnLoop(Loop*, LPPassManager&) override;
72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
LICM.cpp 111 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
187 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) {
    [all...]
PlaceSafepoints.cpp 138 bool runOnLoop(Loop *);
143 runOnLoop(L);
321 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L) {
    [all...]
LoopIdiomRecognize.cpp 84 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
186 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) {
    [all...]
LoopRerollPass.cpp 147 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
    [all...]
LoopUnrollPass.cpp 134 bool runOnLoop(Loop *L, LPPassManager &) 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...]
InductiveRangeCheckElimination.cpp 221 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
IVUsers.cpp 262 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) {
  /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/Transforms/IPO/
LoopExtractor.cpp 46 bool runOnLoop(Loop *L, LPPassManager &) override;
83 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &) {

Completed in 413 milliseconds