HomeSort by: relevance | last modified time | path
    Searched refs:StatepointInstr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 568 if (auto *StInvoke = dyn_cast_or_null<InvokeInst>(SI.StatepointInstr)) {
736 LLVM_DEBUG(dbgs() << "Lowering statepoint " << *SI.StatepointInstr << "\n");
739 if (Reloc->getParent() == SI.StatepointInstr->getParent())
911 const Instruction *StatepointInstr = SI.StatepointInstr;
912 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr];
932 if (Relocate->getParent() != StatepointInstr->getParent())
1064 SI.StatepointInstr = &I;
SelectionDAGBuilder.h 591 const Instruction *StatepointInstr = nullptr;

Completed in 19 milliseconds