Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp550 BasicBlockState *BBS = new (BSAllocator.Allocate()) BasicBlockState; in GCPtrTracker() local
590 BasicBlockState *BBS = Tracker.getBasicBlockState(BB); in verifyFunction() local
623 BasicBlockState *BBS = getBasicBlockState(BB); in recalculateBBsStates() local
653 const BasicBlockState *BBS, in removeValidUnrelocatedDefs()
748 auto BBS = getBasicBlockState(DTN->getBlock()); in gatherDominatingDefs() local
765 void GCPtrTracker::transferBlock(const BasicBlock *BB, BasicBlockState &BBS, in transferBlock()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamRef.cpp35 BinaryByteStream BBS; global() member in __anon8e400b6a0111::ArrayRefImpl
63 MutableBinaryByteStream BBS; global() member in __anon8e400b6a0111::MutableArrayRefImpl
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp110 return BBF.second > BBS.second ? true : false; in operator ()() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h150 BinaryByteStream BBS; variable