Searched refs:GA (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Darc.h11 void ga_shimmer (Tcl_Obj* o, GA* a);
12 GA* ga_get_arc (G* g, Tcl_Obj* arc, Tcl_Interp* interp, Tcl_Obj* graph);
17 GA* ga_new (G* g, const char* name, GN* src, GN* dst);
18 GA* ga_dup (G* dst, GA* src);
19 void ga_delete (GA* a);
21 void ga_arc (GA* a);
22 void ga_notarc (GA* a);
24 void ga_mv_src (GA* a, GN* nsrc);
25 void ga_mv_dst (GA*
[all...]
H A Darcshimmer.c30 /* Nothing to do. The rep is the GA in the G. */
36 GA* a = (GA*) obj->internalRep.otherValuePtr;
47 GA* a = (GA*) obj->internalRep.otherValuePtr;
58 Tcl_Panic ("Cannot create GA structure via regular shimmering.");
65 ga_shimmer (Tcl_Obj* o, GA* a)
79 GA*
82 GA* a = NULL;
94 a = (GA*) ar
[all...]
H A Dds.h50 typedef struct GA* GAPtr; /* arc */
116 typedef struct GA { struct
127 } GA; typedef in typeref:struct:GA
H A Darc.c12 static GL* gla_link (GA* a, GL* i, GN* n, GLA* na);
17 GA*
20 GA* a;
26 a = ALLOC (GA);
45 ga_delete (GA* a)
69 ga_mv_src (GA* a, GN* nsrc)
82 ga_mv_dst (GA* a, GN* ndst)
95 ga_serial (GA* a, Tcl_Obj* empty, int nodeId)
148 gla_link (GA* a, GL* il, GN* n, GLA* na)
H A Dmethods.c197 GA* a;
237 GA* a;
249 for (a = (GA*) g->arcs.first; a ; a = (GA*) a->base.next) {
288 GA* a;
334 GA* a;
348 for (a = (GA*) g->arcs.first; a ; a = (GA*) a->base.next) {
383 GA* a;
429 GA*
[all...]
H A Dgraph.c54 while (g->arcs.first) { ga_delete ((GA*) g->arcs.first); }
255 GA* a;
646 GA* ao; GA* a;
668 for (ao = (GA*) src->arcs.first;
670 ao = (GA*) ao->base.next) {
H A Dnode.c94 GA* a;
/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DVerifierTest.cpp55 GlobalAlias *GA = new GlobalAlias(Type::getInt8PtrTy(C), local
58 GA->setUnnamedAddr(true);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DCloneModule.cpp74 GlobalAlias *GA = new GlobalAlias(I->getType(), I->getLinkage(), local
76 GA->copyAttributesFrom(I);
77 VMap[I] = GA;
111 GlobalAlias *GA = cast<GlobalAlias>(VMap[I]); local
113 GA->setAliasee(MapValue(C, VMap));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DTargetMachine.cpp101 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
102 GV = GA->resolveAliasedGlobal(false);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcISelLowering.h68 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLoads.cpp71 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
72 if (GA->mayBeOverridden())
74 V = GA->getAliasee();
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DGlobals.cpp252 while (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV)) {
253 if (stopOnWeak && GA->mayBeOverridden())
256 GV = GA->getAliasedGlobal();
H A DVerifier.cpp241 void visitGlobalAlias(GlobalAlias &GA);
448 void Verifier::visitGlobalAlias(GlobalAlias &GA) { argument
449 Assert1(!GA.getName().empty(),
450 "Alias name cannot be empty!", &GA);
451 Assert1(GA.hasExternalLinkage() || GA.hasLocalLinkage() ||
452 GA.hasWeakLinkage(),
453 "Alias should have external or external weak linkage!", &GA);
454 Assert1(GA.getAliasee(),
455 "Aliasee cannot be NULL!", &GA);
[all...]
H A DValue.cpp362 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
363 if (GA->mayBeOverridden())
365 V = GA->getAliasee();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalDCE.cpp170 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(G)) {
172 MarkUsedGlobalsAsNeeded(GA->getAliasee());
H A DMergeFunctions.cpp761 GlobalAlias *GA = new GlobalAlias(G->getType(), G->getLinkage(), "", local
764 GA->takeName(G);
765 GA->setVisibility(G->getVisibility());
767 G->replaceAllUsesWith(GA);
770 DEBUG(dbgs() << "writeAlias: " << GA->getName() << '\n');
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.h375 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
432 SDValue LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA,
434 SDValue LowerToTLSExecModels(GlobalAddressSDNode *GA,
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h48 #define GA 249 /* you may reverse the line */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h48 #define GA 249 /* you may reverse the line */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.h151 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelLowering.h170 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreISelLowering.cpp223 getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV, argument
227 DebugLoc dl = GA.getDebugLoc();
229 return DAG.getNode(XCoreISD::PCRelativeWrapper, dl, MVT::i32, GA);
234 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
235 GVar = dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal());
239 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, GA);
241 return DAG.getNode(XCoreISD::DPRelativeWrapper, dl, MVT::i32, GA);
248 SDValue GA = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(), MVT::i32); local
249 return getGlobalAddressWrapper(GA, GV, DAG);
269 SDValue GA local
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtelnet.h52 #define GA 249 /* you may reverse the line */ macro
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-nm/
H A Dllvm-nm.cpp249 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(&GV)) {
250 const GlobalValue *AliasedGV = GA->getAliasedGlobal();

Completed in 248 milliseconds

123