• Home
  • Raw
  • Download

Lines Matching refs:UI

87   for (Value::const_use_iterator UI = AI->use_begin(), UE = AI->use_end();  in isAllocaPromotable()  local
88 UI != UE; ++UI) { // Loop over all of the uses of the alloca in isAllocaPromotable()
89 const User *U = *UI; in isAllocaPromotable()
323 for (Value::use_iterator UI = AI->use_begin(), E = AI->use_end(); in AnalyzeAlloca() local
324 UI != E;) { in AnalyzeAlloca()
325 Instruction *User = cast<Instruction>(*UI++); in AnalyzeAlloca()
365 for (Value::use_iterator UI = AI->use_begin(), UE = AI->use_end(); in removeLifetimeIntrinsicUsers() local
366 UI != UE;) { in removeLifetimeIntrinsicUsers()
367 Instruction *I = cast<Instruction>(*UI); in removeLifetimeIntrinsicUsers()
368 ++UI; in removeLifetimeIntrinsicUsers()
376 for (Value::use_iterator UI = I->use_begin(), UE = I->use_end(); in removeLifetimeIntrinsicUsers() local
377 UI != UE;) { in removeLifetimeIntrinsicUsers()
378 Instruction *Inst = cast<Instruction>(*UI); in removeLifetimeIntrinsicUsers()
379 ++UI; in removeLifetimeIntrinsicUsers()
845 for (Value::use_iterator UI = AI->use_begin(), E = AI->use_end(); UI != E; ) { in RewriteSingleStoreAlloca() local
846 Instruction *UserInst = cast<Instruction>(*UI++); in RewriteSingleStoreAlloca()
936 for (Value::use_iterator UI = AI->use_begin(), E = AI->use_end(); in PromoteSingleBlockAlloca() local
937 UI != E; ++UI) in PromoteSingleBlockAlloca()
938 if (StoreInst *SI = dyn_cast<StoreInst>(*UI)) in PromoteSingleBlockAlloca()
943 for (Value::use_iterator UI = AI->use_begin(), E = AI->use_end(); UI != E;) in PromoteSingleBlockAlloca() local
944 if (LoadInst *LI = dyn_cast<LoadInst>(*UI++)) { in PromoteSingleBlockAlloca()
960 for (Value::use_iterator UI = AI->use_begin(), E = AI->use_end(); UI != E;) { in PromoteSingleBlockAlloca() local
961 LoadInst *LI = dyn_cast<LoadInst>(*UI++); in PromoteSingleBlockAlloca()