Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp170 bool FoundIt = false; in FindUniqueOperandCommands() local
176 FoundIt = true; in FindUniqueOperandCommands()
179 if (!FoundIt) { in FindUniqueOperandCommands()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp225 bool FoundIt = false; in RemoveVRSaveCode() local
230 FoundIt = true; in RemoveVRSaveCode()
234 RemovedAllMTVRSAVEs &= FoundIt; in RemoveVRSaveCode()