Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp162 bool FoundIt = false; in FindUniqueOperandCommands() local
168 FoundIt = true; in FindUniqueOperandCommands()
171 if (!FoundIt) { in FindUniqueOperandCommands()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp63 bool FoundIt = false; in RemoveVRSaveCode() local
68 FoundIt = true; in RemoveVRSaveCode()
72 RemovedAllMTVRSAVEs &= FoundIt; in RemoveVRSaveCode()