Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2078 llvm::SmallDenseMap<FileID, Entry, 16> LChain; in isInTheSameTranslationUnit() local
2082 LChain.try_emplace(LOffs.first, Entry{LOffs, LChild}); in isInTheSameTranslationUnit()
2092 auto LIt = LChain.find(ROffs.first); in isInTheSameTranslationUnit()
2093 if (LIt != LChain.end()) { in isInTheSameTranslationUnit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9157 SDValue LChain = L->getChain(); in MatchLoadCombine() local
9159 Chain = LChain; in MatchLoadCombine()
9160 else if (Chain != LChain) in MatchLoadCombine()