Home
last modified time | relevance | path

Searched refs:GetBB (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h343 BasicBlock *GetBB(const std::string &Name, LocTy Loc);
344 BasicBlock *GetBB(unsigned ID, LocTy Loc);
DLLParser.cpp2468 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name, in GetBB() function in LLParser::PerFunctionState
2474 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) { in GetBB() function in LLParser::PerFunctionState
2486 BB = GetBB(NumberedVals.size(), Loc); in DefineBB()
2488 BB = GetBB(Name, Loc); in DefineBB()
2734 BB = BlockAddressPFS->GetBB(Label.UIntVal, Label.Loc); in ParseValID()
2736 BB = BlockAddressPFS->GetBB(Label.StrVal, Label.Loc); in ParseValID()
4584 BB = GetBB(BBID.StrVal, BBID.Loc); in resolveForwardRefBlockAddresses()
4586 BB = GetBB(BBID.UIntVal, BBID.Loc); in resolveForwardRefBlockAddresses()