Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2101 LocSet LChain; in isInTheSameTranslationUnit() local
2103 LChain.insert(LOffs); in isInTheSameTranslationUnit()
2108 while((I = LChain.find(ROffs.first)) == LChain.end()) { in isInTheSameTranslationUnit()
2112 if (I != LChain.end()) in isInTheSameTranslationUnit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7554 SDValue LChain = L->getChain(); in MatchLoadCombine() local
7556 Chain = LChain; in MatchLoadCombine()
7557 else if (Chain != LChain) in MatchLoadCombine()