Home | History | Annotate | Download | only in ppc

Lines Matching defs:LLoadFunctionPrototype

1430 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> {
1432 explicit LLoadFunctionPrototype(LOperand* function) { inputs_[0] = function; }