Searched refs:KeyInfo (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | SparsePropagation.h | 35 class KeyInfo = LatticeKeyInfo<LatticeKey>> 112 template <class LatticeKey, class LatticeVal, class KeyInfo> 228 template <class LatticeKey, class LatticeVal, class KeyInfo> 230 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState() 245 template <class LatticeKey, class LatticeVal, class KeyInfo> 246 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() 255 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState() 259 template <class LatticeKey, class LatticeVal, class KeyInfo> 260 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable( in MarkBlockExecutable() 268 template <class LatticeKey, class LatticeVal, class KeyInfo> [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 509 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); in MultiKeywordSelector() local 511 KeyInfo[i] = IIV[i]; in MultiKeywordSelector()
|