Home
last modified time | relevance | path

Searched defs:ShouldReplace (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DValue.cpp543 llvm::function_ref<bool(Use &U)> ShouldReplace) { in replaceUsesWithIf() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3454 replaceDominatedUsesWith(Value * From,Value * To,const RootType & Root,const ShouldReplaceFn & ShouldReplace) replaceDominatedUsesWith() argument
3505 replaceDominatedUsesWithIf(Value * From,Value * To,DominatorTree & DT,const BasicBlockEdge & Root,function_ref<bool (const Use & U,const Value * To)> ShouldReplace) replaceDominatedUsesWithIf() argument
3515 replaceDominatedUsesWithIf(Value * From,Value * To,DominatorTree & DT,const BasicBlock * BB,function_ref<bool (const Use & U,const Value * To)> ShouldReplace) replaceDominatedUsesWithIf() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp1000 Value *ShouldReplace = visitInsertElementInst() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1372 replaceUsesWithIf(VPValue * New,llvm::function_ref<bool (VPUser & U,unsigned Idx)> ShouldReplace) replaceUsesWithIf() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2934 bool ShouldReplace = HasSameUnderlyingObject || visitGetElementPtrInst() local