Searched refs:BlockAddressPFS (Results 1 – 2 of 2) sorted by relevance
132 PerFunctionState *BlockAddressPFS; variable164 BlockAddressPFS(nullptr) {} in Context()
3379 if (BlockAddressPFS && F == &BlockAddressPFS->getFunction()) { in parseValID()3381 BB = BlockAddressPFS->getBB(Label.UIntVal, Label.Loc); in parseValID()3383 BB = BlockAddressPFS->getBB(Label.StrVal, Label.Loc); in parseValID()5871 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in parseFunctionBody()