Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp579 if (DbgItem->isAddressOfVariable()) { in rewriteSingleStoreAlloca()
691 if (DbgItem->isAddressOfVariable()) { in promoteSingleBlockAlloca()
710 if (DbgItem->isAddressOfVariable() || in promoteSingleBlockAlloca()
870 if (DbgItem->isAddressOfVariable() || in run()
1120 if (DbgItem->isAddressOfVariable()) in RenamePass()
1181 if (DbgItem->isAddressOfVariable()) in RenamePass()
H A DLocal.cpp1605 if (DII->isAddressOfVariable()) { in valueCoversEntireFragment()
1631 if (DPV->isAddressOfVariable()) { in valueCoversEntireFragment()
1686 assert(DII->isAddressOfVariable() || isa<DbgAssignIntrinsic>(DII)); in ConvertDebugDeclareToDebugValue()
1756 assert(DPV->isAddressOfVariable() || DPV->isDbgAssign()); in ConvertDebugDeclareToDebugValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h234 bool isAddressOfVariable() const { return Type == LocationType::Declare; } in isAddressOfVariable() function
H A DIntrinsicInst.h339 bool isAddressOfVariable() const { in isAddressOfVariable() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2890 if (DVI->isAddressOfVariable()) in visitAllocSite()
2893 if (DPV->isAddressOfVariable()) in visitAllocSite()
2937 if (DVI->isAddressOfVariable() || DVI->getExpression()->startsWithDeref()) in visitAllocSite()
2940 if (DPV->isAddressOfVariable() || DPV->getExpression()->startsWithDeref()) in visitAllocSite()