Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp598 if (DbgItem->isAddressOfVariable()) { in rewriteSingleStoreAlloca()
710 if (DbgItem->isAddressOfVariable()) { in promoteSingleBlockAlloca()
729 if (DbgItem->isAddressOfVariable() || in promoteSingleBlockAlloca()
891 if (DbgItem->isAddressOfVariable() || in run()
1149 if (DbgItem->isAddressOfVariable()) in RenamePass()
1210 if (DbgItem->isAddressOfVariable()) in RenamePass()
H A DLocal.cpp1617 if (DII->isAddressOfVariable()) { in valueCoversEntireFragment()
1644 if (DVR->isAddressOfVariable()) { in valueCoversEntireFragment()
1699 assert(DII->isAddressOfVariable() || isa<DbgAssignIntrinsic>(DII)); in ConvertDebugDeclareToDebugValue()
1769 assert(DVR->isAddressOfVariable() || DVR->isDbgAssign()); in ConvertDebugDeclareToDebugValue()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h429 bool isAddressOfVariable() const { return Type == LocationType::Declare; } in isAddressOfVariable() function
H A DIntrinsicInst.h341 bool isAddressOfVariable() const { in isAddressOfVariable() function
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3295 if (DVI->isAddressOfVariable()) in visitAllocSite()
3298 if (DVR->isAddressOfVariable()) in visitAllocSite()
3342 if (DVI->isAddressOfVariable() || DVI->getExpression()->startsWithDeref()) in visitAllocSite()
3345 if (DVR->isAddressOfVariable() || DVR->getExpression()->startsWithDeref()) in visitAllocSite()