Home
last modified time | relevance | path

Searched refs:FindDbgAddrUses (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h297 TinyPtrVector<DbgInfoIntrinsic *> FindDbgAddrUses(Value *V);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp163 DbgDeclares = FindDbgAddrUses(AI); in AnalyzeAlloca()
DLocal.cpp1481 TinyPtrVector<DbgInfoIntrinsic *> llvm::FindDbgAddrUses(Value *V) { in FindDbgAddrUses() function in llvm
1531 auto DbgAddrs = FindDbgAddrUses(Address); in replaceDbgDeclare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp4257 TinyPtrVector<DbgInfoIntrinsic *> DbgDeclares = FindDbgAddrUses(&AI); in splitAlloca()
4309 for (DbgInfoIntrinsic *OldDII : FindDbgAddrUses(Fragment.Alloca)) in splitAlloca()
4424 for (DbgInfoIntrinsic *OldDII : FindDbgAddrUses(AI)) in deleteDeadInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2150 DIIs = FindDbgAddrUses(&MI); in visitAllocSite()