Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp2073 LocSet LChain; in isBeforeInTranslationUnit() local
2075 LChain.insert(LOffs); in isBeforeInTranslationUnit()
2080 while((I = LChain.find(ROffs.first)) == LChain.end()) { in isBeforeInTranslationUnit()
2084 if (I != LChain.end()) in isBeforeInTranslationUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5799 SDValue LChain = L->getChain(); in MatchLoadCombine() local
5801 Chain = LChain; in MatchLoadCombine()
5802 else if (Chain != LChain) in MatchLoadCombine()