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

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

Completed in 90 milliseconds