Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp853 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/
DLazyValueInfo.cpp1300 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/lib/Transforms/Scalar/
DSCCP.cpp977 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/
DSelectionDAGBuilder.cpp1307 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/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1605 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()