Searched refs:PointerMap (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp211 PointerMap.clear();
276 AliasSet *&MapEntry = PointerMap[MemLoc.Ptr];
556 OS << " alias sets for " << PointerMap.size() << " pointer values.\n";
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h168 PointerMapType PointerMap;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp128 PointerTypeMap PointerMap; member in class:llvm::dxil::DXILBitcodeWriter
139 PointerMap(PointerTypeAnalysis::run(M)) {
142 for (auto El : PointerMap)
517 // For Constant, always check PointerMap to make sure OpaquePointer in
521 auto It = PointerMap.find(V);
522 if (It != PointerMap.end())
524 // For Constant, return T when cannot find in PointerMap.
535 auto It = PointerMap.find(G);
536 if (It != PointerMap.end()) {

Completed in 89 milliseconds