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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemDepPrinter.cpp172 const Instruction *DepInst = I->first.getPointer(); local
182 if (DepInst) {
184 DepInst->print(OS);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp1438 Instruction *DepInst = DepInfo.getInst(); local
1441 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) ||
1443 isLifetimeStart(DepInst)) {
1449 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) {
1467 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) {
1894 Instruction *DepInst = Dep.getInst(); local
1895 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) {
1924 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) {
1956 if (isa<AllocaInst>(DepInst) || isMallocLikeF
[all...]

Completed in 201 milliseconds