Home
last modified time | relevance | path

Searched defs:ModifiedDT (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp144 DomTreeUpdater *DTU, bool &ModifiedDT) { in scalarizeMaskedLoad() argument
282 DomTreeUpdater *DTU, bool &ModifiedDT) { in scalarizeMaskedStore() argument
406 DomTreeUpdater *DTU, bool &ModifiedDT) { in scalarizeMaskedGather() argument
536 DomTreeUpdater *DTU, bool &ModifiedDT) { in scalarizeMaskedScatter() argument
626 scalarizeMaskedExpandLoad(const DataLayout & DL,CallInst * CI,DomTreeUpdater * DTU,bool & ModifiedDT) scalarizeMaskedExpandLoad() argument
754 scalarizeMaskedCompressStore(const DataLayout & DL,CallInst * CI,DomTreeUpdater * DTU,bool & ModifiedDT) scalarizeMaskedCompressStore() argument
901 optimizeBlock(BasicBlock & BB,bool & ModifiedDT,const TargetTransformInfo & TTI,const DataLayout & DL,DomTreeUpdater * DTU) optimizeBlock() argument
917 optimizeCallInst(CallInst * CI,bool & ModifiedDT,const TargetTransformInfo & TTI,const DataLayout & DL,DomTreeUpdater * DTU) optimizeCallInst() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp629 ModifyDT ModifiedDT = ModifyDT::NotModifyDT; in _run() local
1667 combineToUAddWithOverflow(CmpInst * Cmp,ModifyDT & ModifiedDT) combineToUAddWithOverflow() argument
1701 combineToUSubWithOverflow(CmpInst * Cmp,ModifyDT & ModifiedDT) combineToUSubWithOverflow() argument
1947 optimizeCmp(CmpInst * Cmp,ModifyDT & ModifiedDT) optimizeCmp() argument
2261 despeculateCountZeros(IntrinsicInst * CountZeros,LoopInfo & LI,const TargetLowering * TLI,const DataLayout * DL,ModifyDT & ModifiedDT,SmallSet<BasicBlock *,32> & FreshBBs,bool IsHugeFunc) despeculateCountZeros() argument
2340 optimizeCallInst(CallInst * CI,ModifyDT & ModifiedDT) optimizeCallInst() argument
2557 dupRetToEnableTailCallOpts(BasicBlock * BB,ModifyDT & ModifiedDT) dupRetToEnableTailCallOpts() argument
8183 optimizeInst(Instruction * I,ModifyDT & ModifiedDT) optimizeInst() argument
8386 optimizeBlock(BasicBlock & BB,ModifyDT & ModifiedDT) optimizeBlock() argument
8628 splitBranchCondition(Function & F,ModifyDT & ModifiedDT) splitBranchCondition() argument
[all...]