Searched defs:ExclusionSet (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | CFG.cpp | 136 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet, in isReachableImpl() 241 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet, const DominatorTree *DT, in isPotentiallyReachableFromMany() 251 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet, const DominatorTree *DT, in isManyPotentiallyReachableFromMany() 259 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet, const DominatorTree *DT, in isPotentiallyReachable() 283 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet, const DominatorTree *DT, in isPotentiallyReachable()
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | CFGTest.cpp | 75 SmallPtrSet<BasicBlock *, 4> ExclusionSet) in ExpectPath() argument 114 SmallPtrSet<BasicBlock *, 4> ExclusionSet; in ExpectPath() member in __anon5d630f420111::IsPotentiallyReachableTest::ExpectPath::IsPotentiallyReachableTestPass 130 SmallPtrSet<BasicBlock *, 4> ExclusionSet; global() member in __anon5d630f420111::IsPotentiallyReachableTest [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 664 isPotentiallyReachable(Attributor & A,const Instruction & FromI,const Instruction * ToI,const Function & ToFn,const AbstractAttribute & QueryingAA,const AA::InstExclusionSetTy * ExclusionSet,std::function<bool (const Function & F)> GoBackwardsCB) 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 D | AttributorAttributes.cpp | 1234 AA::InstExclusionSetTy ExclusionSet; forallInterferingAccesses() local 3383 const AA::InstExclusionSetTy *ExclusionSet = nullptr; global() member 3618 __anon30d26d8f3502(const Instruction &From, const Instruction &To, const AA::InstExclusionSetTy *ExclusionSet) isReachableImpl() argument [all...] |