Searched defs:getBB (Results 1 – 3 of 3) sorted by relevance
223 BasicBlock *getBB() const { return BB; } in getBB() function245 BasicBlock *getBB() const { return Entry.getBB(); } in getBB() function
449 MachineBasicBlock *getBB() { return BB; } in getBB() function
3263 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name, in getBB() function in LLParser::PerFunctionState3269 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) { in getBB() function in LLParser::PerFunctionState