Home
last modified time | relevance | path

Searched defs:ExclusionSet (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp135 isPotentiallyReachableFromMany(SmallVectorImpl<BasicBlock * > & Worklist,const BasicBlock * StopBB,const SmallPtrSetImpl<BasicBlock * > * ExclusionSet,const DominatorTree * DT,const LoopInfo * LI) isPotentiallyReachableFromMany() argument
209 isPotentiallyReachable(const BasicBlock * A,const BasicBlock * B,const SmallPtrSetImpl<BasicBlock * > * ExclusionSet,const DominatorTree * DT,const LoopInfo * LI) isPotentiallyReachable() argument
233 isPotentiallyReachable(const Instruction * A,const Instruction * B,const SmallPtrSetImpl<BasicBlock * > * ExclusionSet,const DominatorTree * DT,const LoopInfo * LI) isPotentiallyReachable() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp664 const AA::InstExclusionSetTy *ExclusionSet, in isPotentiallyReachable() argument
820 isPotentiallyReachable(Attributor & A,const Instruction & FromI,const Instruction & ToI,const AbstractAttribute & QueryingAA,const AA::InstExclusionSetTy * ExclusionSet,std::function<bool (const Function & F)> GoBackwardsCB) isPotentiallyReachable() argument
830 isPotentiallyReachable(Attributor & A,const Instruction & FromI,const Function & ToFn,const AbstractAttribute & QueryingAA,const AA::InstExclusionSetTy * ExclusionSet,std::function<bool (const Function & F)> GoBackwardsCB) isPotentiallyReachable() argument
[all...]
H A DAttributorAttributes.cpp1233 AA::InstExclusionSetTy ExclusionSet; forallInterferingAccesses() local
3380 const AA::InstExclusionSetTy *ExclusionSet = nullptr; global() member
3615 __anon84dfdece3502(const Instruction &From, const Instruction &To, const AA::InstExclusionSetTy *ExclusionSet) isReachableImpl() argument
[all...]