Displaying 1 result from an estimated 1 matches for "globalsgraphnodemap".
2007 Dec 12
0
[LLVMdev] opt does not load poolalloc
...atePassAllPools::ID = 0;
+
#if 0
#define TIME_REGION(VARNAME, DESC) \
NamedRegionTimer VARNAME(DESC)
@@ -647,9 +650,9 @@
DSNode *N = I;
if (
#ifdef BOUNDS_CHECK
- (N->isArray() ||
-#endif
- (N->isHeapNode()))
+ N->isArray() ||
+#endif
+ N->isHeapNode())
if (GlobalsGraphNodeMapping.count(N)) {
// If it is a global pool, set up the pool descriptor appropriately.
DSNode *GGN = GlobalsGraphNodeMapping[N].getNode();