HomeSort by relevance Sort by last modified time
    Searched refs:ImmutableStatepoint (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
Statepoint.h 29 class ImmutableStatepoint;
42 /// functionality for Statepoint and ImmutableStatepoint. It is
138 std::vector<GCRelocateOperands> getRelocates(ImmutableStatepoint &IS);
161 class ImmutableStatepoint
168 explicit ImmutableStatepoint(const Instruction *I) : Base(I) {}
169 explicit ImmutableStatepoint(ImmutableCallSite CS) : Base(CS) {}
257 getRelocates(ImmutableStatepoint &IS) {
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 226 static SDNode *lowerCallFromStatepoint(ImmutableStatepoint StatepointSite,
331 ImmutableStatepoint StatepointSite,
429 ImmutableStatepoint StatepointSite,
547 LowerStatepoint(ImmutableStatepoint(&CI));
551 SelectionDAGBuilder::LowerStatepoint(ImmutableStatepoint ISP,
684 ImmutableStatepoint(I).actualCallee()->getType());
SelectionDAGBuilder.h 659 void LowerStatepoint(ImmutableStatepoint Statepoint,
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 716 milliseconds