HomeSort by relevance Sort by last modified time
    Searched refs:hasName (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
InstructionNamer.cpp 37 if (!AI->hasName() && !AI->getType()->isVoidTy())
41 if (!BB->hasName())
45 if (!I->hasName() && !I->getType()->isVoidTy())
CloneFunction.cpp 42 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
50 if (II->hasName())
237 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
284 if (II->hasName())
336 if (OldTI->hasName())
BasicBlockUtils.cpp 164 if (!PredBB->hasName())
203 if (I.hasName() && !V->hasName())
LoopUnroll.cpp 106 if (!OldName.empty() && !OnlyPred->hasName())
  /external/llvm/lib/VMCore/
SymbolTableListTraitsImpl.h 51 if (I->hasName())
59 if (I->hasName())
71 if (V->hasName())
80 if (V->hasName())
101 bool HasName = V.hasName();
102 if (OldST && HasName)
105 if (NewST && HasName)
ValueSymbolTable.cpp 37 assert(V->hasName() && "Can't insert nameless Value into symbol table");
Value.cpp 177 if (NewName.isTriviallyEmpty() && !hasName())
216 if (hasName()) {
238 if (hasName()) {
243 if (V->hasName()) V->setName("");
257 if (!V->hasName()) return;
AsmWriter.cpp 452 if (!I->hasName())
468 if (!I->hasName())
482 if (!AI->hasName())
492 if (!BB->hasName())
497 if (!I->getType()->isVoidTy() && !I->hasName())
572 assert(!V->hasName() && "Doesn't need a slot!");
587 assert(!V->getType()->isVoidTy() && !V->hasName() && "Doesn't need a slot!");
    [all...]
  /cts/tools/signature-tools/src/signature/compare/
Main.java 60 boolean hasName = false;
65 hasName = true;
75 if (hasName) {
96 hasName = false;
101 hasName = true;
111 if (hasName) {
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 28 if (!AI->hasName())
33 if (!FI->hasName())
39 if (!BI->hasName() && !BI->getType()->isVoidTy())
50 if (V->hasName()) {
114 if (L->hasName() && R->hasName() && L->getName() == R->getName())
  /external/llvm/lib/Linker/
LinkArchives.cpp 48 if (I->hasName()) {
60 if (I->hasName()) {
72 if (I->hasName())
LinkModules.cpp 226 if (!SrcSTy->hasName()) continue;
229 if (!DstSTy->hasName() || DstSTy->getName().size() > SrcName.size()) {
405 if (!SrcGV->hasName() || SrcGV->hasLocalLinkage())
609 if (!ST->hasName()) continue;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 254 boolean hasName = mCurrentSet.contains(name);
255 item.setChecked(hasName);
256 if (hasName) {
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 30 if (!F->hasName()) return false;
SparsePropagation.cpp 335 if (BB->hasName())
PathNumbering.cpp 141 if(getBlock()->hasName()) {
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 95 assert(F.hasName() && FnStart != 0 && "Bad symbol to add");
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 299 if (I->hasName() && I->getName()[0] == '\01')
390 if (!BB->hasName()) BB->setName("tmpbb");
Miscompilation.cpp 293 if (!I->hasName())
296 if (!I->hasName())
    [all...]
  /external/llvm/include/llvm/
DerivedTypes.h 256 /// hasName - Return true if this is a named struct that has a non-empty name.
257 bool hasName() const { return SymbolTableEntry != 0; }
Value.h 111 bool hasName() const { return Name != 0 && SubclassID != MDStringVal; }
  /external/llvm/lib/Archive/
Archive.cpp 212 if (AI->hasName())
  /external/llvm/lib/Target/
Mangler.cpp 191 if (GV->hasName()) {
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 150 if (V->hasName())
161 if((*UI)->hasName())
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 384 if (STy->hasName())
430 if (val->hasName())
    [all...]

Completed in 872 milliseconds

1 2