Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.h80 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR() function
H A DHexagonISelLowering.cpp691 HMFI.setHasClobberLR(true); in LowerINLINEASM()