Searched defs:getBB (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | MemoryDependenceAnalysis.h | 218 BasicBlock *getBB() const { return BB; } getBB() function |
/llvm-project/bolt/include/bolt/Passes/ | ||
H A D | DataflowAnalysis.h | 81 BinaryBasicBlock *getBB() const { in getBB() function |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIMachineScheduler.h | 448 MachineBasicBlock *getBB() { return BB; } in getBB() function |
/llvm-project/llvm/lib/AsmParser/ | ||
H A D | LLParser.cpp | 3715 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name, getBB() function in LLParser::PerFunctionState |