Searched refs:getCallIndex (Results 1 – 5 of 5) sorted by relevance
108 unsigned APValue::LValueBase::getCallIndex() const { in getCallIndex() function in APValue::LValueBase205 return llvm::hash_combine(Base.getOpaqueValue(), Base.getCallIndex(), in hash_value()992 return ((const LV *)(const char *)&Data)->Base.getCallIndex(); in getLValueCallIndex()
1562 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex()1876 assert(Base.getCallIndex() == Index && "lvalue for wrong frame"); in createLocal()2086 if (F->Arguments.CallIndex == Base.getCallIndex() && in NoteLValueLocation()3525 if (Base.getCallIndex() || Base.is<DynamicAllocLValue>()) in lifetimeStartedInEvaluation()
9906 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()9916 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
175 unsigned getCallIndex() const;
494 let Read = [{ node.getLValueBase().getCallIndex() }];