Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp219 static bool FirstTimeThrough = true; in resetOperationActions() local
223 if (!FirstTimeThrough && TO == TM.Options) return; in resetOperationActions()
225 if (!FirstTimeThrough) { in resetOperationActions()
228 FirstTimeThrough = false; in resetOperationActions()