Searched refs:CheckDef (Results 1 – 2 of 2) sorted by relevance
835 static bool isImplicitDependency(const MachineInstr &I, bool CheckDef, in isImplicitDependency() argument838 if (CheckDef && MO.isRegMask() && MO.clobbersPhysReg(DepReg)) in isImplicitDependency()842 if (CheckDef == MO.isDef()) in isImplicitDependency()
1176 bool Pre(const parser::CriticalStmt &x) { return CheckDef(x.t); } in Pre()1180 bool Pre(const parser::NonLabelDoStmt &x) { return CheckDef(x.t); } in Pre()1181 bool Pre(const parser::IfThenStmt &x) { return CheckDef(x.t); } in Pre()1186 return CheckDef(std::get<0>(x.t)); in Pre()1189 return CheckDef(std::get<0>(x.t)); in Pre()1228 template <typename T> bool CheckDef(const T &t) { in CheckDef() function in Fortran::semantics::ConstructVisitor1229 return CheckDef(std::get<std::optional<parser::Name>>(t)); in CheckDef()1234 bool CheckDef(const std::optional<parser::Name> &);6063 CheckDef(x.v); in Pre()6078 CheckDef(x.t); in Post()[all …]