Home
last modified time | relevance | path

Searched refs:makeGuardControlFlowExplicit (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DGuardUtils.h26 void makeGuardControlFlowExplicit(Function *DeoptIntrinsic, CallInst *Guard);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLowerGuardIntrinsic.cpp64 makeGuardControlFlowExplicit(DeoptIntrinsic, CI); in lowerGuardIntrinsic()
H A DMakeGuardsExplicit.cpp61 makeGuardControlFlowExplicit(DeoptIntrinsic, Guard); in turnToExplicitForm()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp27 void llvm::makeGuardControlFlowExplicit(Function *DeoptIntrinsic, in makeGuardControlFlowExplicit() function in llvm