Searched refs:DefPath (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 454 struct DefPath { struct in __anonb12b10260511::ClobberWalker 462 DefPath(const MemoryLocation &Loc, MemoryAccess *First, MemoryAccess *Last, in DefPath() function 466 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function 468 : DefPath(Loc, Init, Init, Previous) {} in DefPath() 477 SmallVector<DefPath, 32> Paths; 510 walkToPhiOrClobber(DefPath &Desc, in walkToPhiOrClobber() 571 DefPath &Node = Paths[PathIndex]; in getBlockingAccess() 649 using def_path_iterator = generic_def_path_iterator<DefPath, ClobberWalker>; 651 generic_def_path_iterator<const DefPath, const ClobberWalker>; 670 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex() [all …]
|