Searched refs:InBlock (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1390 ValueLatticeElement InBlock = getBlockValue(Val, BBFrom); in getEdgeValue() local 1391 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, in getEdgeValue() 1401 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue() 1403 Result = intersect(LocalResult, InBlock); in getEdgeValue()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1783 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function 1853 InBlock(NotCond, CurBB->getBasicBlock())) { in FindMergedConditions() 1880 !InBlock(BOp->getOperand(0), CurBB->getBasicBlock()) || in FindMergedConditions() 1881 !InBlock(BOp->getOperand(1), CurBB->getBasicBlock())) { in FindMergedConditions()
|