Home | History | Annotate | Download | only in src

Lines Matching defs:Beacon

740       // more uses of "b".  Variable "x" is a beacon for determining whether the
777 Variable *Beacon = Func->makeVariable(IceType_i32);
778 Beacon->setMustNotHaveReg();
779 Store->setRmwBeacon(Beacon);
780 auto *BeaconDef = InstFakeDef::create(Func, Beacon);
783 Beacon, Arith->getOp());
7226 // If the beacon variable's live range does not end in this instruction, then