Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h95 Block &InBlock, const char *FieldName);
H A DEHFrameSupport.cpp436 Block &InBlock, in readPointerEncoding() argument
470 formatv("{0:x16}", InBlock.getAddress())); in readPointerEncoding()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp802 unsigned getUnnamedDeclDiag(UnnamedDeclKind UDK, bool InBlock) { in getUnnamedDeclDiag() argument
808 return InBlock ? diag::ext_export_no_name_block : diag::err_export_no_name; in getUnnamedDeclDiag()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1438 ValueLatticeElement &InBlock = *OptInBlock; in getEdgeValue() local
1448 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue()
1450 return intersect(LocalResult, InBlock); in getEdgeValue()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2144 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function
2214 InBlock(NotCond, CurBB->getBasicBlock())) { in FindMergedConditions()
2246 !InBlock(BOpOp0, CurBB->getBasicBlock()) || in FindMergedConditions()
2247 !InBlock(BOpOp1, CurBB->getBasicBlock())) { in FindMergedConditions()