Searched refs:HasCTRSet (Results 1 – 2 of 2) sorted by relevance
84 HasCTRSet = false; in EndDispatchGroup()182 if (HasCTRSet && (Opcode == PPC::BCTRL_Darwin || Opcode == PPC::BCTRL_SVR4)) in getHazardType()211 if (Opcode == PPC::MTCTR || Opcode == PPC::MTCTR8) HasCTRSet = true; in EmitInstruction()
53 bool HasCTRSet; variable