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