Searched refs:EntrySet (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h91 EntrySetT EntrySet; member in class:llvm::PBQP::ValuePool
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
97 typename EntrySetT::iterator I = EntrySet.find_as(ValueKey);
99 if (I != EntrySet.end())
103 EntrySet.insert(P.get());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp304 FactSet EntrySet; // Lockset held at entry to block
314 return Side == CBS_Entry ? EntrySet : ExitSet;
1485 FSet(Info.EntrySet),
2144 FactSet &InitialLockset = BlockInfo[FirstBlock->getBlockID()].EntrySet;
2249 CurrBlockInfo->EntrySet = PrevLockset;
2252 intersectAndWarn(CurrBlockInfo->EntrySet, PrevLockset,
2269 CurrBlockInfo->EntrySet = PrevBlockInfo->ExitSet;
2284 // Do not update EntrySet.
2285 intersectAndWarn(CurrBlockInfo->EntrySet, PrevLockset,
2339 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet,
[all...]

Completed in 58 milliseconds