Searched refs:getVariableLocation (Results 1 – 10 of 10) sorted by relevance
64 Value *getVariableLocation(bool AllowNullOp = true) const;83 Value *getAddress() const { return getVariableLocation(); } in getAddress()111 return getVariableLocation(/* AllowNullOp = */ false); in getValue()
72 Value *getVariableLocation(bool AllowNullOp = true) const;121 Value *getAddress() const { return getVariableLocation(); } in getAddress()137 Value *getAddress() const { return getVariableLocation(); } in getAddress()153 return getVariableLocation(/* AllowNullOp = */ false); in getValue()
35 Value *DbgInfoIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgInfoIntrinsic
128 if (Value *V = DII->getVariableLocation()) in aggressiveDCE()
38 Value *DbgInfoIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgInfoIntrinsic
518 if (Value *V = DII->getVariableLocation()) in removeDeadInstructions()
562 EXPECT_EQ(ConstantInt::get(A.getType(), 0), ADbgVal->getVariableLocation()); in TEST()
307 return {{D->getVariableLocation(), D->getVariable()}, D->getExpression()}; in rotateLoop()
1249 if (auto *AI = dyn_cast_or_null<AllocaInst>(DII->getVariableLocation())) in valueCoversEntireFragment()1447 if (auto *Loc = dyn_cast_or_null<PHINode>(DbgII->getVariableLocation())) in insertDebugValuesForPHIs()1780 if (DII->getVariableLocation() == &From) { in rewriteDebugUsers()
5186 const Value *Address = DI.getVariableLocation(); in visitIntrinsicCall()