Searched refs:BlockAddressPFS (Results 1 – 2 of 2) sorted by relevance
136 PerFunctionState *BlockAddressPFS; variable146 Slots(Slots), BlockAddressPFS(nullptr) {}
2732 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) { in ParseValID()2734 BB = BlockAddressPFS->GetBB(Label.UIntVal, Label.Loc); in ParseValID()2736 BB = BlockAddressPFS->GetBB(Label.StrVal, Label.Loc); in ParseValID()4614 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in ParseFunctionBody()