Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h205 bool AlreadyComputed = false; variable
215 void setComputed(bool Computed) { AlreadyComputed = Computed; } in setComputed()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp412 if (!AlreadyComputed || Recompute) { in get()
416 AlreadyComputed = true; in get()