Searched refs:getCallIndex (Results 1 – 4 of 4) 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()1002 return ((const LV *)(const char *)&Data)->Base.getCallIndex(); in getLValueCallIndex()
1621 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex()1936 assert(Base.getCallIndex() == Index && "lvalue for wrong frame"); in createLocal()2169 if (F->Arguments.CallIndex == Base.getCallIndex() && in NoteLValueLocation()3604 if (Base.getCallIndex() || Base.is<DynamicAllocLValue>()) in lifetimeStartedInEvaluation()
10340 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()10350 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
511 let Read = [{ node.getLValueBase().getCallIndex() }];