Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h177 mutable std::optional<BatchAAResults> AAForDep; variable
213 if (AAForDep.has_value()) in getAAForDep()
214 return &AAForDep.value(); in getAAForDep()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp764 AAForDep.emplace(*AA); in buildSchedGraph()