Home
last modified time | relevance | path

Searched refs:PointerMustAliases (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp614 SmallPtrSet<Value*, 4> &PointerMustAliases; member in __anon083218250211::LoopPromoter
626 PointerMustAliases(PMA), LoopExitBlocks(LEB), AST(ast), DL(dl), in LoopPromoter()
636 return PointerMustAliases.count(Ptr); in isInstInList()
697 SmallPtrSet<Value*, 4> PointerMustAliases; in PromoteAliasSet() local
708 PointerMustAliases.insert(ASIV); in PromoteAliasSet()
785 LoopPromoter Promoter(SomePtr, LoopUses, SSA, PointerMustAliases, ExitBlocks, in PromoteAliasSet()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp764 SmallPtrSetImpl<Value *> &PointerMustAliases; member in __anon8d593ef90211::LoopPromoter
796 : LoadAndStorePromoter(Insts, S), SomePtr(SP), PointerMustAliases(PMA), in LoopPromoter()
807 return PointerMustAliases.count(Ptr); in isInstInList()
896 SmallPtrSet<Value *, 4> PointerMustAliases; in promoteLoopAccessesToScalars() local
930 PointerMustAliases.insert(ASIV); in promoteLoopAccessesToScalars()
1046 LoopPromoter Promoter(SomePtr, LoopUses, SSA, PointerMustAliases, ExitBlocks, in promoteLoopAccessesToScalars()