Searched defs:Promotable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3184 bool Promotable = true; local
3190 Promotable &= Rewriter.visit(*SUI);
3196 Promotable &= Rewriter.visit(I);
3210 Promotable = false;
3219 Promotable = false;
3225 if (Promotable) {

Completed in 79 milliseconds