Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.h75 void setHasClobberLR(bool v) { HasClobberLR = v; } in setHasClobberLR() function
H A DHexagonISelLowering.cpp694 HMFI.setHasClobberLR(true); in LowerINLINEASM()