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.cpp2076 llvm::SmallDenseMap<FileID, Entry, 16> LChain; in isInTheSameTranslationUnit() local
2080 LChain.try_emplace(LOffs.first, Entry{LOffs, LChild}); in isInTheSameTranslationUnit()
2090 auto LIt = LChain.find(ROffs.first); in isInTheSameTranslationUnit()
2091 if (LIt != LChain.end()) { in isInTheSameTranslationUnit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9611 SDValue LChain = L->getChain(); in MatchLoadCombine() local
9613 Chain = LChain; in MatchLoadCombine()
9614 else if (Chain != LChain) in MatchLoadCombine()