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

  /external/llvm/include/llvm/IR/
Statepoint.h 72 ValueTy *actualCallee() {
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 237 Value *ActualCallee = const_cast<Value *>(StatepointSite.actualCallee());
245 CallInst *Tmp = CallInst::Create(ActualCallee, Args);
249 Builder.LowerCallTo(Tmp, Builder.getValue(ActualCallee), false, LandingPad);
684 ImmutableStatepoint(I).actualCallee()->getType());

Completed in 622 milliseconds