Searched refs:LocalChanged (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp86 bool LocalChanged; local
88 LocalChanged = false;
120 LocalChanged = true;
124 LocalChanged |= RecursivelyDeleteTriviallyDeadInstructions(I, TLI);
171 Changed |= LocalChanged;
172 } while (LocalChanged);
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DPassManager.cpp1291 bool LocalChanged = false; local
1303 LocalChanged |= BP->runOnBasicBlock(*I);
1306 Changed |= LocalChanged;
1307 if (LocalChanged)
1519 bool LocalChanged = false; local
1530 LocalChanged |= FP->runOnFunction(F);
1533 Changed |= LocalChanged;
1534 if (LocalChanged)
1597 bool LocalChanged = false; local
1608 LocalChanged |
[all...]

Completed in 62 milliseconds