Home
last modified time | relevance | path

Searched refs:containsOneValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveInterval.h302 bool containsOneValue() const { return valnos.size() == 1; } in containsOneValue() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegisterCoalescer.cpp1778 if (JoinVInt.containsOneValue()) in canJoinPhys()
2021 assert(RHS.containsOneValue() && "Invalid join with reserved register"); in joinReservedPhysReg()