Home
last modified time | relevance | path

Searched refs:ASTCallbackVH (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h324 class ASTCallbackVH final : public CallbackVH {
331 ASTCallbackVH(Value *V, AliasSetTracker *AST = nullptr);
333 ASTCallbackVH &operator=(Value *V);
342 using PointerMapType = DenseMap<ASTCallbackVH, AliasSet::PointerRec *,
442 AliasSet::PointerRec *&Entry = PointerMap[ASTCallbackVH(V, this)]; in getEntryFor()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasSetTracker.h284 class ASTCallbackVH : public CallbackVH {
289 ASTCallbackVH(Value *V, AliasSetTracker *AST = 0);
290 ASTCallbackVH &operator=(Value *V);
299 typedef DenseMap<ASTCallbackVH, AliasSet::PointerRec*,
411 AliasSet::PointerRec *&Entry = PointerMap[ASTCallbackVH(V, this)];
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h294 class ASTCallbackVH final : public CallbackVH {
300 ASTCallbackVH(Value *V, AliasSetTracker *AST = nullptr);
301 ASTCallbackVH &operator=(Value *V);
310 typedef DenseMap<ASTCallbackVH, AliasSet::PointerRec*,
420 AliasSet::PointerRec *&Entry = PointerMap[ASTCallbackVH(V, this)];
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAliasSetTracker.cpp670 void AliasSetTracker::ASTCallbackVH::deleted() { in deleted()
676 void AliasSetTracker::ASTCallbackVH::allUsesReplacedWith(Value *V) { in allUsesReplacedWith()
680 AliasSetTracker::ASTCallbackVH::ASTCallbackVH(Value *V, AliasSetTracker *ast) in ASTCallbackVH() function in AliasSetTracker::ASTCallbackVH
683 AliasSetTracker::ASTCallbackVH &
684 AliasSetTracker::ASTCallbackVH::operator=(Value *V) { in operator =()
685 return *this = ASTCallbackVH(V, AST); in operator =()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasSetTracker.cpp598 void AliasSetTracker::ASTCallbackVH::deleted() { in deleted()
604 void AliasSetTracker::ASTCallbackVH::allUsesReplacedWith(Value *V) { in allUsesReplacedWith()
608 AliasSetTracker::ASTCallbackVH::ASTCallbackVH(Value *V, AliasSetTracker *ast) in ASTCallbackVH() function in AliasSetTracker::ASTCallbackVH
611 AliasSetTracker::ASTCallbackVH &
612 AliasSetTracker::ASTCallbackVH::operator=(Value *V) { in operator =()
613 return *this = ASTCallbackVH(V, AST); in operator =()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp664 void AliasSetTracker::ASTCallbackVH::deleted() { in deleted()
670 void AliasSetTracker::ASTCallbackVH::allUsesReplacedWith(Value *V) { in allUsesReplacedWith()
674 AliasSetTracker::ASTCallbackVH::ASTCallbackVH(Value *V, AliasSetTracker *ast) in ASTCallbackVH() function in AliasSetTracker::ASTCallbackVH
677 AliasSetTracker::ASTCallbackVH &
678 AliasSetTracker::ASTCallbackVH::operator=(Value *V) { in operator =()
679 return *this = ASTCallbackVH(V, AST); in operator =()