Searched defs:Statepoint (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DStatepoint.h1 //===-- llvm/IR/Statepoint.h - gc.statepoint utilities ------ --*- C++ -*-===//
53 /// functionality for Statepoint and ImmutableStatepoint. It is
299 class Statepoint class in class:llvm::StatepointFlags
304 explicit Statepoint(Instruction *I) : Base(I) {} function in class:llvm::StatepointFlags::Statepoint
305 explicit Statepoint(CallSite CS) : Base(CS) {} function in class:llvm::StatepointFlags::Statepoint
/external/llvm/lib/IR/
H A DIRBuilder.cpp20 #include "llvm/IR/Statepoint.h"
377 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, argument
385 Value *Args[] = {Statepoint};
389 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, argument
399 Value *Args[] = {Statepoint,
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp36 #include "llvm/IR/Statepoint.h"
1437 Statepoint OldSP(CS);
1515 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx();
1569 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx();
1765 Value *Statepoint = Info.StatepointToken; local
1771 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues);
1775 if (isa<InvokeInst>(Statepoint)) {
1814 if (auto II = dyn_cast<InvokeInst>(Statepoint)) {
1818 InsertClobbersAt(cast<Instruction>(Statepoint)->getNextNode());
2321 : iterator_range<const Use *>(Statepoint(C
2402 Instruction *Statepoint = ToUpdate[i].getInstruction(); local
[all...]

Completed in 93 milliseconds