HomeSort by relevance Sort by last modified time
    Searched full:user_back (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/lib/IR/
DebugInfo.cpp 325 CallInst *CI = cast<CallInst>(Declare->user_back());
334 CallInst *CI = cast<CallInst>(DbgVal->user_back());
BasicBlock.cpp 76 BlockAddress *BA = cast<BlockAddress>(user_back());
Constants.cpp 320 Value *V = user_back();
332 assert((use_empty() || user_back() != V) && "Constant not removed!");
471 const Constant *User = dyn_cast<Constant>(C->user_back());
    [all...]
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 57 Instruction *U = cast<Instruction>(I.user_back());
LCSSA.cpp 245 (I.hasOneUse() && I.user_back()->getParent() == BB &&
246 !isa<PHINode>(I.user_back())))
SimplifyIndVar.cpp 432 Branch = dyn_cast<BranchInst>(ExtractInst->user_back());
PromoteMemoryToRegister.cpp 492 StoreInst *SI = cast<StoreInst>(AI->user_back());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
ConstantHoisting.cpp 562 assert(isa<Instruction>(Base->user_back()) &&
564 Base->setDebugLoc(cast<Instruction>(Base->user_back())->getDebugLoc());
TailRecursionElimination.cpp 554 if (!I->hasOneUse() || !isa<ReturnInst>(I->user_back()))
560 return getCommonReturnValue(cast<ReturnInst>(I->user_back()), CI);
    [all...]
ScalarReplAggregates.cpp 608 Instruction *User = cast<Instruction>(Ptr->user_back());
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSX86CallConvPass.cpp 198 llvm::CallSite CS(OrigFn->user_back());
  /external/llvm/include/llvm/IR/
Instruction.h 53 /// user_back - Specialize the methods defined in Value, as we know that an
55 Instruction *user_back() { return cast<Instruction>(*user_begin());} function in class:llvm::Instruction
56 const Instruction *user_back() const { return cast<Instruction>(*user_begin());} function in class:llvm::Instruction
Value.h 346 User *user_back() { function
350 const User *user_back() const { function
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 698 OrigLoad = cast<LoadInst>(UI->user_back());
760 CallSite CS(F->user_back());
    [all...]
StripSymbols.cpp 251 CallInst *CI = cast<CallInst>(Declare->user_back());
GlobalOpt.cpp 559 User *GEP = GV->user_back();
    [all...]
DeadArgumentElimination.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 612 if (PHINode *PU = dyn_cast<PHINode>(PN->user_back()))
760 !UserI->hasOneUse() || !isa<TruncInst>(UserI->user_back()) ||
765 PHIUsers.push_back(PHIUsageRecord(PHIId, Shift, UserI->user_back()));
    [all...]
InstCombineVectorOps.cpp 84 if (!PHIUser->hasOneUse() || !(PHIUser->user_back() == PN) ||
463 User *U = V->user_back();
513 if (!IE.hasOneUse() || !isa<InsertElementInst>(IE.user_back())) {
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 259 if (StoreInst *SI = dyn_cast<StoreInst>(LI->user_back())) {
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 287 cast<Instruction>(Inst->user_back())->getParent() == BB &&
288 !isa<PHINode>(Inst->user_back()))
  /external/clang/lib/CodeGen/
CGCleanup.cpp 768 NormalCleanupDestSlot->user_back()->eraseFromParent();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]

Completed in 920 milliseconds

1 2