Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp79 std::unordered_map<std::string, bool> InterlEarlyExit; member
294 auto It = InterlEarlyExit.find(Subtarget); in shouldExitEarly()
295 if (It != InterlEarlyExit.end()) in shouldExitEarly()
303 InterlEarlyExit[Subtarget] = false; in shouldExitEarly()
308 InterlEarlyExit[Subtarget] = true; in shouldExitEarly()