Searched refs:Interesting (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1222 bool &Interesting = ValueEntry->first; local
1237 return std::make_pair(Interesting = true, &Bits);
1252 return std::make_pair(Interesting = true, &Bits);
1267 return std::make_pair(Interesting = true, &Bits);
1279 std::tie(Interesting, LHSBits) = getValueBits(V.getOperand(0), NumBits);
1293 return std::make_pair(Interesting, &Bits);
1342 return std::make_pair(Interesting = true, &Bits);
1352 std::tie(Interesting, LHSBits) = getValueBits(V.getOperand(0),
1361 return std::make_pair(Interesting, &Bits);
1371 std::tie(Interesting, InBit
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2281 bool Interesting = false; local
2289 Interesting = true;
2303 Interesting |=
2319 Interesting = true;
2332 Interesting = true;
2337 return Interesting;

Completed in 185 milliseconds