Searched refs:InBlock (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LazyValueInfo.cpp | 853 LVILatticeVal InBlock = getBlockValue(Val, BBFrom); in getEdgeValue() local 854 if (!InBlock.isConstantRange()) { in getEdgeValue() 862 TrueValues.intersectWith(InBlock.getConstantRange()); in getEdgeValue()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1387 ValueLatticeElement InBlock = getBlockValue(Val, BBFrom); in getEdgeValue() local 1388 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, in getEdgeValue() 1398 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue() 1400 Result = intersect(LocalResult, InBlock); in getEdgeValue()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 977 BasicBlock *InBlock = PN1->getIncomingBlock(i); in visitBinaryOperator() local 978 LatticeVal In2 =getValueState(PN2->getIncomingValueForBlock(InBlock)); in visitBinaryOperator() 1058 BasicBlock *InBlock = PN1->getIncomingBlock(i); in visitCmpInst() local 1059 LatticeVal In2 =getValueState(PN2->getIncomingValueForBlock(InBlock)); in visitCmpInst()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1307 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function 1369 !InBlock(BOp->getOperand(0), CurBB->getBasicBlock()) || in FindMergedConditions() 1370 !InBlock(BOp->getOperand(1), CurBB->getBasicBlock())) { in FindMergedConditions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1753 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function 1824 if (InBlock(CondOp, CurBB->getBasicBlock())) { in FindMergedConditions() 1852 !InBlock(BOp->getOperand(0), CurBB->getBasicBlock()) || in FindMergedConditions() 1853 !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()
|