Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp423 if (DII->isAddressOfVariable()) { in rewriteSingleStoreAlloca()
527 if (DII->isAddressOfVariable()) { in promoteSingleBlockAlloca()
540 if (DII->isAddressOfVariable() || DII->getExpression()->startsWithDeref()) in promoteSingleBlockAlloca()
684 if (DII->isAddressOfVariable() || DII->getExpression()->startsWithDeref()) in run()
927 if (DII->isAddressOfVariable()) in RenamePass()
988 if (DII->isAddressOfVariable()) in RenamePass()
H A DLocal.cpp1423 if (DII->isAddressOfVariable()) { in valueCoversEntireFragment()
1455 assert(DII->isAddressOfVariable()); in ConvertDebugDeclareToDebugValue()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h236 bool isAddressOfVariable() const { in isAddressOfVariable() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp60 if (DII->isAddressOfVariable()) in FindDbgAddrUses()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2890 if (DVI->isAddressOfVariable()) in visitAllocSite()
2931 if (DVI->isAddressOfVariable() || DVI->getExpression()->startsWithDeref()) in visitAllocSite()