Home
last modified time | relevance | path

Searched refs:getUnderlyingCallSite (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp401 Relocs.push_back(relocateOpers.getUnderlyingCallSite().getInstruction()); in getIncomingStatepointGCValues()
623 if (RelocateOpers.getUnderlyingCallSite().getParent() != in lowerStatepointMetaArgs()
/external/llvm/include/llvm/IR/
DStatepoint.h330 ImmutableCallSite getUnderlyingCallSite() { return RelocateCS; } in getUnderlyingCallSite() function