HomeSort by: relevance | last modified time | path
    Searched refs:upward_defs_iterator (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h 1175 class upward_defs_iterator class in inherits:iterator_facade_base
1176 : public iterator_facade_base<upward_defs_iterator,
1179 using BaseT = upward_defs_iterator::iterator_facade_base;
1182 upward_defs_iterator(const MemoryAccessPair &Info, DominatorTree *DT, function in class:llvm::upward_defs_iterator
1193 upward_defs_iterator() { CurrentPair.first = nullptr; } function in class:llvm::upward_defs_iterator
1195 bool operator==(const upward_defs_iterator &Other) const {
1206 upward_defs_iterator &operator++() {
1268 inline upward_defs_iterator
1271 return upward_defs_iterator(Pair, &DT, PerformedPhiTranslation);
1274 inline upward_defs_iterator upward_defs_end() { return upward_defs_iterator();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp 2546 bool upward_defs_iterator::IsGuaranteedLoopInvariant(Value *Ptr) const {

Completed in 59 milliseconds