reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1094 Use &U = *UI++;
lib/Target/NVPTX/NVPTXLowerAlloca.cpp 90 const auto &AllocaUse = *UI++;
lib/Transforms/Coroutines/CoroSplit.cpp437 auto EVI = dyn_cast<ExtractValueInst>((UI++)->getUser()); 1456 auto *Cast = dyn_cast<BitCastInst>((UI++)->getUser()); 1501 auto *Prepare = cast<CallInst>((PI++)->getUser());lib/Transforms/IPO/LowerTypeTests.cpp
1773 auto *CI = cast<CallInst>((*UI++).getUser());
lib/Transforms/ObjCARC/ObjCARCContract.cpp 624 Use &U = *UI++;
lib/Transforms/Scalar/LoopInstSimplify.cpp 109 Use &U = *UI++;
lib/Transforms/Scalar/LoopInterchange.cpp 1264 Use &U = *UI++;
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp148 Use *U = &*UI++; 2224 Use *U = &*UI++;lib/Transforms/Scalar/StructurizeCFG.cpp
915 Use &U = *UI++;
lib/Transforms/Utils/Local.cpp1594 Use &U = *UI++; 2468 Use &U = *UI++; 2486 Use &U = *UI++;tools/clang/lib/CodeGen/CodeGenModule.cpp
4266 llvm::Value::use_iterator use = ui++; // Increment before the use is erased.