Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp630 bool FoundOne = false; in emitPrologLabel() local
631 (void)FoundOne; in emitPrologLabel()
636 FoundOne = true; in emitPrologLabel()
639 assert(FoundOne); in emitPrologLabel()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3350 bool FoundOne; member
3351 FindAddRecurrence() : FoundOne(false) {} in FindAddRecurrence()
3356 FoundOne = true; in follow()
3365 bool isDone() const { return FoundOne; } in isDone()
3377 HasRecMap.insert({S, F.FoundOne}); in containsAddRecurrence()
3378 return F.FoundOne; in containsAddRecurrence()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4083 bool FoundOne = false; in tryBuildVectorShuffle() local
4092 FoundOne = true; in tryBuildVectorShuffle()
4102 if (!FoundOne) in tryBuildVectorShuffle()