Searched refs:makeGuardControlFlowExplicit (Results 1 – 4 of 4) sorted by relevance
29 void makeGuardControlFlowExplicit(Function *DeoptIntrinsic, CallInst *Guard,
50 makeGuardControlFlowExplicit(DeoptIntrinsic, Guard, true); in turnToExplicitForm()
52 makeGuardControlFlowExplicit(DeoptIntrinsic, CI, false); in lowerGuardIntrinsic()
30 void llvm::makeGuardControlFlowExplicit(Function *DeoptIntrinsic, in makeGuardControlFlowExplicit() function in llvm