Lines Matching defs:ref
1340 // in the ref list.
1346 // Construct a new ref-list mode BasicBlockRef and add it to the given ref
1354 // Change this ref to a direct basic block pointer, returning the old "next"
1355 // pointer of the current ref.
1367 // Reset this ref list to null, returning the old ref list (i.e. the old
1377 // Move this ref to the given ref list, returning the old "next" pointer of
1378 // the current ref.
1544 explicit JumpLoop(uint32_t bitfield, BasicBlockRef* ref)
1545 : Base(bitfield, ref) {}