Home
last modified time | relevance | path

Searched refs:DepInst (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DMemDepPrinter.cpp148 const Instruction *DepInst = I.first.getPointer(); in print() local
158 if (DepInst) { in print()
160 DepInst->print(OS); in print()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1452 Instruction *DepInst = DepInfo.getInst(); in AnalyzeLoadAvailability() local
1455 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
1457 isLifetimeStart(DepInst)) { in AnalyzeLoadAvailability()
1464 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()
1470 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { in AnalyzeLoadAvailability()
1488 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { in AnalyzeLoadAvailability()
1983 Instruction *DepInst = Dep.getInst(); in processLoad() local
1984 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { in processLoad()
2010 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) { in processLoad()
2039 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI)) { in processLoad()
[all …]