Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp112 bool doneUsingMask = false; // this will make it stop repeating in runOnModule() local
128 if (!doneUsingMask) { in runOnModule()
137 doneUsingMask = true; in runOnModule()