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.cpp1426 Instruction *DepInst = DepInfo.getInst(); local
1429 if (isa<AllocaInst>(DepInst) || isMalloc(DepInst) ||
1431 isLifetimeStart(DepInst)) {
1437 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) {
1455 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) {
1835 Instruction *DepInst = Dep.getInst(); local
1836 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) {
1865 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) {
1897 if (isa<AllocaInst>(DepInst) || isMallo
[all...]

Completed in 104 milliseconds