Searched refs:InBlock (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
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()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1300 LVILatticeVal InBlock = getBlockValue(Val, BBFrom); in getEdgeValue() local 1301 intersectAssumeBlockValueConstantRange(Val, InBlock, BBFrom->getTerminator()); in getEdgeValue() 1310 intersectAssumeBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue() 1312 Result = intersect(LocalResult, InBlock); in getEdgeValue()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1434 ValueLatticeElement &InBlock = *OptInBlock; in getEdgeValue() local 1437 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, in getEdgeValue() 1447 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue() 1449 return intersect(LocalResult, InBlock); in getEdgeValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1538 ValueLatticeElement InBlock = getBlockValue(Val, BBFrom); in getEdgeValue() local 1539 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, in getEdgeValue() 1549 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue() 1551 Result = intersect(LocalResult, InBlock); in getEdgeValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2043 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function 2113 InBlock(NotCond, CurBB->getBasicBlock())) { in FindMergedConditions() 2140 !InBlock(BOp->getOperand(0), CurBB->getBasicBlock()) || in FindMergedConditions() 2141 !InBlock(BOp->getOperand(1), CurBB->getBasicBlock())) { in FindMergedConditions()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2011 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function 2081 InBlock(NotCond, CurBB->getBasicBlock())) { in FindMergedConditions() 2108 !InBlock(BOp->getOperand(0), CurBB->getBasicBlock()) || in FindMergedConditions() 2109 !InBlock(BOp->getOperand(1), CurBB->getBasicBlock())) { in FindMergedConditions()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1605 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function 1671 !InBlock(BOp->getOperand(0), CurBB->getBasicBlock()) || in FindMergedConditions() 1672 !InBlock(BOp->getOperand(1), CurBB->getBasicBlock())) { in FindMergedConditions()
|