Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp1268 for (auto &RetValAAIt : RetValAA.returned_values()) { in updateImpl() local
1269 Value *RetVal = RetValAAIt.first; in updateImpl()
1295 for (auto &RetValAAIt : RetValAA.returned_values()) { in updateImpl() local
1296 Value *RetVal = RetValAAIt.first; in updateImpl()
1301 RVState RVS({NewRVsMap, Unused, RetValAAIt.second}); in updateImpl()