OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_empty
(Results
1 - 25
of
120
) sorted by null
1
2
3
4
5
/external/llvm/lib/Transforms/IPO/
StripDeadPrototypes.cpp
52
if (F->isDeclaration() && F->
use_empty
()) {
64
if (GV->isDeclaration() && GV->
use_empty
())
PartialInlining.cpp
155
if (!FI->
use_empty
() && !FI->isDeclaration())
163
if (currFunc->
use_empty
()) continue;
StripSymbols.cpp
143
assert(C->
use_empty
() && "Constant is not dead!");
251
while (!Declare->
use_empty
()) {
255
assert(CI->
use_empty
() && "llvm.dbg intrinsic should have void result");
257
if (Arg1->
use_empty
()) {
263
if (Arg2->
use_empty
())
IPConstantPropagation.cpp
82
if (F.arg_empty() || F.
use_empty
()) return false; // No arguments? Early exit.
138
if (ArgumentConstants[i].second || AI->
use_empty
() ||
234
if (Call->
use_empty
())
ArgumentPromotion.cpp
318
if (Arg->
use_empty
())
396
if (GEP->
use_empty
()) {
553
} else if (I->
use_empty
()) {
647
while (!F->
use_empty
()) {
686
} else if (!I->
use_empty
()) {
769
if (!Call->
use_empty
()) {
[
all
...]
GlobalOpt.cpp
231
if (CE->
use_empty
()) {
310
if (CE->
use_empty
()) {
333
if (GEP->
use_empty
()) {
554
while (!GV->
use_empty
()) {
603
if (NewGlobals[i]->
use_empty
()) {
708
if (CI->
use_empty
()) {
725
if (GEPI->
use_empty
()) {
755
if (LI->
use_empty
()) {
792
if (GV->
use_empty
()) {
[
all
...]
GlobalDCE.cpp
258
if (GV.
use_empty
()) return false;
260
return GV.
use_empty
();
DeadArgumentElimination.cpp
272
if (!Call->
use_empty
())
339
if (Fn.
use_empty
())
347
if (Arg->
use_empty
() && !Arg->hasByValOrInAllocaAttr())
[
all
...]
/external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp
26
if (I.
use_empty
()) {
43
while (!I.
use_empty
()) {
111
if (P->
use_empty
()) {
CtorUtils.cpp
74
if (!GCL->
use_empty
()) {
SimplifyInstructions.cpp
70
if (!I->
use_empty
())
InlineFunction.cpp
666
if (AI->
use_empty
()) {
[
all
...]
LCSSA.cpp
162
if (AddedPHIs[i]->
use_empty
())
210
if (I->
use_empty
() ||
Local.cpp
272
if (!I->
use_empty
() || isa<TerminatorInst>(I)) return false;
323
if (!I || !I->
use_empty
() || !isInstructionTriviallyDead(I, TLI))
338
if (!OpV->
use_empty
()) continue;
382
if (I->
use_empty
())
795
assert(PN->
use_empty
() && "There shouldn't be any uses here!");
[
all
...]
/external/clang/lib/CodeGen/
CGLoopInfo.cpp
58
assert(LoopID->
use_empty
() && "LoopID should not be used");
/external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp
79
if (!I->
use_empty
()) // Don't muck with dead instructions...
LoopInstSimplify.cpp
118
if (!I->
use_empty
()) {
/external/llvm/tools/bugpoint-passes/
TestPasses.cpp
62
if (!CI->
use_empty
())
/external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp
297
if (!SDValue(Node, 0).
use_empty
())
300
if (!SDValue(Node, 1).
use_empty
())
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIAssignInterpRegs.cpp
97
!MRI.
use_empty
(InterpUse[interp_idx].regs[reg_idx]);
/external/llvm/tools/llvm-diff/
DifferenceEngine.cpp
181
if (!L->
use_empty
())
210
if (!LeftI->
use_empty
())
610
if (!LCall->
use_empty
())
623
if (!LInvoke->
use_empty
())
/external/mesa3d/src/gallium/drivers/radeon/
SIAssignInterpRegs.cpp
97
!MRI.
use_empty
(InterpUse[interp_idx].regs[reg_idx]);
/external/llvm/lib/IR/
BasicBlock.cpp
73
assert(!
use_empty
() && "There should be at least one blockaddress!");
76
while (!
use_empty
()) {
/external/llvm/tools/bugpoint/
ExtractFunction.cpp
233
!GV->
use_empty
()) return;
275
assert(GV->
use_empty
() && "llvm.ctors shouldn't have uses!");
/external/llvm/lib/CodeGen/
IntrinsicLowering.cpp
82
if (!CI->
use_empty
())
98
if (I->isDeclaration() && !I->
use_empty
())
546
assert(CI->
use_empty
() &&
Completed in 447 milliseconds
1
2
3
4
5