Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h266 BasicBlock *GetBB(const std::string &Name, LocTy Loc);
267 BasicBlock *GetBB(unsigned ID, LocTy Loc);
DLLParser.cpp139 Res = PFS->GetBB(Refs[i].first.StrVal, Refs[i].first.Loc); in ResolveForwardRefBlockAddresses()
141 Res = PFS->GetBB(Refs[i].first.UIntVal, Refs[i].first.Loc); in ResolveForwardRefBlockAddresses()
1843 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name, in GetBB() function in LLParser::PerFunctionState
1849 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) { in GetBB() function in LLParser::PerFunctionState
1861 BB = GetBB(NumberedVals.size(), Loc); in DefineBB()
1863 BB = GetBB(Name, Loc); in DefineBB()
/external/llvm/lib/AsmParser/
DLLParser.h349 BasicBlock *GetBB(const std::string &Name, LocTy Loc);
350 BasicBlock *GetBB(unsigned ID, LocTy Loc);
DLLParser.cpp2632 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name, in GetBB() function in LLParser::PerFunctionState
2638 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) { in GetBB() function in LLParser::PerFunctionState
2650 BB = GetBB(NumberedVals.size(), Loc); in DefineBB()
2652 BB = GetBB(Name, Loc); in DefineBB()
2898 BB = BlockAddressPFS->GetBB(Label.UIntVal, Label.Loc); in ParseValID()
2900 BB = BlockAddressPFS->GetBB(Label.StrVal, Label.Loc); in ParseValID()
4803 BB = GetBB(BBID.StrVal, BBID.Loc); in resolveForwardRefBlockAddresses()
4805 BB = GetBB(BBID.UIntVal, BBID.Loc); in resolveForwardRefBlockAddresses()