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

  /external/llvm/include/llvm/IR/
Statepoint.h 28 class GCRelocateOperands;
138 std::vector<GCRelocateOperands> getRelocates(ImmutableStatepoint &IS);
185 class GCRelocateOperands {
189 GCRelocateOperands(const User* U) : RelocateCS(U) {
192 GCRelocateOperands(const Instruction *inst) : RelocateCS(inst) {
195 GCRelocateOperands(CallSite CS) : RelocateCS(CS) {
255 std::vector<GCRelocateOperands>
259 std::vector<GCRelocateOperands> res;
268 res.push_back(GCRelocateOperands(U));
290 res.push_back(GCRelocateOperands(U))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 333 for (GCRelocateOperands relocateOpers :
703 GCRelocateOperands relocateOpers(&CI);
  /external/llvm/lib/IR/
Value.cpp 574 GCRelocateOperands RelocateInst(I);
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 532 GCRelocateOperands ThisRelocate(U);
581 GCRelocateOperands MasterRelocate(RelocatedBase);
582 GCRelocateOperands ThisRelocate(ToReplace);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 1112 milliseconds