Searched refs:BlockAddressPFS (Results 1 – 2 of 2) sorted by relevance
121 PerFunctionState *BlockAddressPFS; variable152 Slots(Slots), BlockAddressPFS(nullptr) {} in Context()
3236 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) { in parseValID()3238 BB = BlockAddressPFS->getBB(Label.UIntVal, Label.Loc); in parseValID()3240 BB = BlockAddressPFS->getBB(Label.StrVal, Label.Loc); in parseValID()5748 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in parseFunctionBody()