Home
last modified time | relevance | path

Searched defs:getBB (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h218 BasicBlock *getBB() const { return BB; } in getBB() function
240 BasicBlock *getBB() const { return Entry.getBB(); } in getBB() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h448 MachineBasicBlock *getBB() { return BB; } in getBB() function
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3730 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name, in getBB() function in LLParser::PerFunctionState
3736 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) { in getBB() function in LLParser::PerFunctionState