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

  /external/llvm/lib/IR/
Statepoint.cpp 42 bool llvm::isGCRelocate(const ImmutableCallSite &CS) {
48 return isGCRelocate(CS.getInstruction());
50 bool llvm::isGCRelocate(const Value *inst) {
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
Statepoint.h 46 bool isGCRelocate(const Value *V);
47 bool isGCRelocate(const ImmutableCallSite &CS);
315 GCRelocateOperands(const User *U) : RelocateCS(U) { assert(isGCRelocate(U)); }
317 assert(isGCRelocate(inst));
319 GCRelocateOperands(CallSite CS) : RelocateCS(CS) { assert(isGCRelocate(CS)); }
392 if (isGCRelocate(U))
410 if (isGCRelocate(U))
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 127 if (isGCRelocate(Val)) {
655 if (isGCRelocate(Call) && Call->getParent() == CS.getParent())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 203 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 686 if (isGCRelocate(dyn_cast<Instruction>(U)))
    [all...]

Completed in 1004 milliseconds