Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h307 Value *SimplifyFreezeInst(Value *Op, const SimplifyQuery &Q);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5997 static Value *SimplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in SimplifyFreezeInst() function
6005 Value *llvm::SimplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in SimplifyFreezeInst() function in llvm
6006 return ::SimplifyFreezeInst(Op0, Q); in SimplifyFreezeInst()
6212 Result = llvm::SimplifyFreezeInst(NewOps[0], Q); in simplifyInstructionWithOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3619 if (Value *V = SimplifyFreezeInst(Op0, SQ.getWithInstruction(&I))) in visitFreeze()