Home
last modified time | relevance | path

Searched refs:SBBB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h812 friend raw_ostream &operator<<(raw_ostream &OS, const BasicBlock &SBBB) {
813 SBBB.dump(OS);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp749 if (auto *SBBB = getValue(BB)) in getOrCreateValueInternal() local
750 return SBBB; in getOrCreateValueInternal()