HomeSort by relevance Sort by last modified time
    Searched full:use_empty (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 401 if (callerWillBeRemoved && !Caller->use_empty())
594 if (Callee && Callee->use_empty() && Callee->hasLocalLinkage() &&
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 100 (CS.getInstruction()->use_empty() || CS.doesNotCapture(ArgNo)))
113 assert(II->use_empty() && "Lifetime markers have no result to use!");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 138 if (!Op->use_empty()) continue;
275 return CS.getInstruction()->use_empty();
SROA.cpp 391 if (BC.use_empty())
398 if (GEPI.use_empty())
650 if (PN.use_empty())
678 if (SI.use_empty())
    [all...]
LICM.cpp 596 while (!I.use_empty()) {
    [all...]
LoopRotation.cpp 142 if (OrigHeaderVal->use_empty())
SCCP.cpp     [all...]
Scalarizer.cpp 638 if (!Op->use_empty()) {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 197 /// use_empty - Return true if there are no nodes using value ResNo
200 inline bool use_empty() const;
432 /// use_empty - Return true if there are no uses of this node.
434 bool use_empty() const { return UseList == nullptr; } function in class:llvm::SDNode
439 return !use_empty() && std::next(use_begin()) == use_end();
907 inline bool SDValue::use_empty() const { function in class:llvm::SDValue
    [all...]
MachineRegisterInfo.h 431 /// use_empty - Return true if there are no instructions using the specified
433 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 53 while (!FuncStart->use_empty()) {
70 if (!Declare->use_empty()) {
74 while (!Declare->use_empty()) {
323 while (!Placeholder->use_empty()) {
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 319 if (!Fn || Fn->use_empty()) return;
517 if (dispatchBlock->use_empty()) {
    [all...]
CodeGenFunction.cpp 152 if (CurBB->empty() || ReturnBlock.getBlock()->use_empty()) {
189 if (!BB->use_empty())
200 && ReturnBlock.getBlock()->use_empty();
    [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
FastISel.cpp 742 if (!Op && !Address->use_empty() && isa<Instruction>(Address) &&
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 268 while (!EHResume->use_empty()) {
294 while (!FuncStart->use_empty()) {
311 if (!Declare->use_empty()) {
315 while (!Declare->use_empty()) {
602 while (!Placeholder->use_empty()) {
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/include/llvm/IR/
Value.h 243 bool use_empty() const { return UseList == nullptr; } function in class:llvm::Value
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 295 if (Inst->use_empty())
MachineInstr.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 222 assert(GV->use_empty() && "program cannot use initializer list");
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 291 if (Load->use_empty())
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 464 if (!User->use_empty()) {
SimplifyCFG.cpp     [all...]

Completed in 1011 milliseconds

1 23 4 5