Function phiFast [src]

Prototype

pub fn phiFast(self: *WipFunction, ty: Type, name: []const u8) Allocator.Error!WipPhi

Parameters

self: *WipFunctionty: Typename: []const u8

Source

pub fn phiFast(self: *WipFunction, ty: Type, name: []const u8) Allocator.Error!WipPhi { return self.phiTag(.@"phi fast", ty, name); }