Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp469 BasicBlock *BlockAddress::getBasicBlock() const { in getBasicBlock() function in llvm::sandboxir::BlockAddress
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h38 BasicBlock *getBasicBlock() const { return InsertAt.getNodeParent(); } in getBasicBlock() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp740 BasicBlock *getBasicBlock(unsigned ID) const { in getBasicBlock() function in __anondf6e26480411::BitcodeReader
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2019 SDValue SelectionDAG::getBasicBlock(MachineBasicBlock *MBB) { in getBasicBlock() function in SelectionDAG