Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.h79 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR() function
H A DHexagonISelLowering.cpp692 HMFI.setHasClobberLR(true); in LowerINLINEASM()