Home | History | Annotate | Download | only in IPO

Lines Matching refs:LoadInst

356     if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
384 SmallVector<LoadInst*, 16> Loads;
389 if (LoadInst *LI = dyn_cast<LoadInst>(UR)) {
417 if (LoadInst *LI = dyn_cast<LoadInst>(GEPU)) {
466 LoadInst *Load = Loads[i];
520 std::map<std::pair<Argument*, IndicesVector>, LoadInst*> OriginalLoads;
565 assert(isa<LoadInst>(UI) || isa<GetElementPtrInst>(UI));
578 LoadInst *OrigLoad;
579 if (LoadInst *L = dyn_cast<LoadInst>(UI))
583 OrigLoad = cast<LoadInst>(UI->user_back());
684 Args.push_back(new LoadInst(Idx, Idx->getName()+".val", Call));
695 LoadInst *OrigLoad = OriginalLoads[std::make_pair(I, *SI)];
717 LoadInst *newLoad = new LoadInst(V, V->getName()+".val", Call);
848 if (LoadInst *LI = dyn_cast<LoadInst>(I->user_back())) {
888 LoadInst *L = cast<LoadInst>(GEP->user_back());