Home | History | Annotate | Download | only in ppc

Lines Matching defs:LForInCacheArray

2227 class LForInCacheArray final : public LTemplateInstruction<1, 1, 0> {
2229 explicit LForInCacheArray(LOperand* map) { inputs_[0] = map; }