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

  /external/llvm/lib/Transforms/Scalar/
LowerGuardIntrinsic.cpp 73 auto *DeoptCall = B.CreateCall(DeoptIntrinsic, Args, {DeoptOB}, "");
78 DeoptCall->setName("deoptcall");
79 B.CreateRet(DeoptCall);
82 DeoptCall->setCallingConv(CI->getCallingConv());
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]

Completed in 455 milliseconds