Home
last modified time | relevance | path

Searched refs:InBlock (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h95 Block &InBlock, const char *FieldName);
H A DEHFrameSupport.cpp460 Block &InBlock, in readPointerEncoding() argument
494 formatv("{0:x16}", InBlock.getAddress())); in readPointerEncoding()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp849 unsigned getUnnamedDeclDiag(UnnamedDeclKind UDK, bool InBlock) { in getUnnamedDeclDiag() argument
855 return InBlock ? diag::ext_export_no_name_block : diag::err_export_no_name; in getUnnamedDeclDiag()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1462 ValueLatticeElement &InBlock = *OptInBlock; in getEdgeValue() local
1472 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue()
1474 return intersect(LocalResult, InBlock); in getEdgeValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2200 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function
2270 InBlock(NotCond, CurBB->getBasicBlock())) { in FindMergedConditions()
2302 !InBlock(BOpOp0, CurBB->getBasicBlock()) || in FindMergedConditions()
2303 !InBlock(BOpOp1, CurBB->getBasicBlock())) { in FindMergedConditions()