Searched refs:BState (Results 1 – 2 of 2) sorted by relevance
463 const bool BState = State->get<CTUDispatchBifurcation>(); in REGISTER_MAP_WITH_PROGRAMSTATE() local464 if (!BState) { // This is the first time we see this foreign function. in REGISTER_MAP_WITH_PROGRAMSTATE()1205 const unsigned *BState = in BifurcateCall() local1207 if (BState) { in BifurcateCall()1209 if (*BState == DynamicDispatchModeInlined) in BifurcateCall()
261 MachineIRBuilder(const MachineIRBuilderState &BState) : State(BState) {} in MachineIRBuilder() argument