HomeSort by relevance Sort by last modified time
    Searched refs:UserInst (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 126 Instruction *UserInst = cast<Instruction>(U.getUser());
127 if (!isa<PHINode>(UserInst)) {
128 BasicBlock *UserBB = UserInst->getParent();
LoopStrengthReduce.cpp 900 /// UserInst - The instruction which will be updated.
901 Instruction *UserInst;
    [all...]
ObjCARC.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 843 Instruction *UserInst = cast<Instruction>(*UI++);
844 if (!isa<LoadInst>(UserInst)) {
845 assert(UserInst == OnlyStore && "Should only have load/stores");
848 LoadInst *LI = cast<LoadInst>(UserInst);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 132 milliseconds