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

/external/llvm/lib/Analysis/
H A DMemDepPrinter.cpp172 const Instruction *DepInst = I->first.getPointer(); local
182 if (DepInst) {
184 DepInst->print(OS);
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1371 Instruction *DepInst = DepInfo.getInst(); local
1374 if (isa<AllocaInst>(DepInst) || isMalloc(DepInst) ||
1376 isLifetimeStart(DepInst)) {
1382 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) {
1400 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) {
1780 Instruction *DepInst = Dep.getInst(); local
1781 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) {
1810 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) {
1842 if (isa<AllocaInst>(DepInst) || isMallo
[all...]

Completed in 92 milliseconds