Searched defs:FirstTimeThrough (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp226 static bool FirstTimeThrough = true; local
230 if (!FirstTimeThrough && TO == TM.Options) return;
232 if (!FirstTimeThrough) {
235 FirstTimeThrough = false;

Completed in 153 milliseconds