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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DMemDepPrinter.cpp172 const Instruction *DepInst = I->first.getPointer(); local
182 if (DepInst) {
184 DepInst->print(OS);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1457 Instruction *DepInst = DepInfo.getInst(); local
1460 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) ||
1462 isLifetimeStart(DepInst)) {
1468 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) {
1486 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) {
1914 Instruction *DepInst = Dep.getInst(); local
1915 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) {
1944 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) {
1976 if (isa<AllocaInst>(DepInst) || isMallocLikeF
[all...]

Completed in 54 milliseconds