Searched refs:InBlock (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 609 unsigned getUnnamedDeclDiag(UnnamedDeclKind UDK, bool InBlock) { in getUnnamedDeclDiag() argument 615 return InBlock ? diag::ext_export_no_name_block : diag::err_export_no_name; in getUnnamedDeclDiag()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1426 ValueLatticeElement &InBlock = *OptInBlock; in getEdgeValue() local 1429 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, in getEdgeValue() 1439 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue() 1441 return intersect(LocalResult, InBlock); in getEdgeValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2124 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function 2194 InBlock(NotCond, CurBB->getBasicBlock())) { in FindMergedConditions() 2226 !InBlock(BOpOp0, CurBB->getBasicBlock()) || in FindMergedConditions() 2227 !InBlock(BOpOp1, CurBB->getBasicBlock())) { in FindMergedConditions()
|