Home
last modified time | relevance | path

Searched refs:simplifyFreezeInst (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h232 Value *simplifyFreezeInst(Value *Op, const SimplifyQuery &Q);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6923 static Value *simplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in simplifyFreezeInst() function
6931 Value *llvm::simplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in simplifyFreezeInst() function in llvm
6932 return ::simplifyFreezeInst(Op0, Q); in simplifyFreezeInst()
7093 return llvm::simplifyFreezeInst(NewOps[0], Q); in simplifyInstructionWithOperands()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4123 if (Value *V = simplifyFreezeInst(Op0, SQ.getWithInstruction(&I))) in visitFreeze()