Home
last modified time | relevance | path

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

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