Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineOutliner.h86 bool LRUWasSet = false; member
143 if (LRUWasSet) in initLRU()
145 LRUWasSet = true; in initLRU()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp5695 assert(C.LRUWasSet && "LRU wasn't set?"); in findRegisterToSaveLRTo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp6404 assert(C.LRUWasSet && "LRU wasn't set?"); in findRegisterToSaveLRTo()