Lines Matching refs:Dependence
16 // prune the dependence.
104 // Check if there is a dependence between some instruction already in this
106 bool Dependence;
108 // Only check for dependence if there are resources available to
206 // These instructions confuse the dependence analysis. Consider:
210 // Here, Insn 1 will result in the dependence graph not emitting an output
211 // dependence between Insn 0 and Insn 2. This can lead to incorrect
329 // Check for lr dependence
340 // Check if this is a predicate dependence
673 if (TempMI == PacketMI) // We don't want to check PacketMI for dependence
946 Dependence = false;
1026 Dependence = true;
1032 Dependence = true;
1039 Dependence = true;
1044 Dependence = true;
1052 Dependence = true;
1064 Dependence = true;
1071 Dependence = true;
1077 Dependence = true;
1109 Dependence = true;
1130 Dependence = true;
1134 if (!Dependence)
1201 // then there can be no dependence.
1231 // superfluous output dependence. The dependence must be of the
1235 // and there is an output dependence between the two instructions
1239 // Ideally, the dependence constructor should annotate such
1243 // DepReg is the register that's responsible for the dependence.
1314 Dependence = true;
1329 if (Dependence) {