Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1021 LVILatticeVal InBlock = getBlockValue(Val, BBFrom); in getEdgeValue() local
1022 mergeAssumeBlockValueConstantRange(Val, InBlock, BBFrom->getTerminator()); in getEdgeValue()
1025 mergeAssumeBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue()
1026 if (!InBlock.isConstantRange()) in getEdgeValue()
1030 Result.getConstantRange().intersectWith(InBlock.getConstantRange()); in getEdgeValue()
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dstatetracker.py869 def InBlock(self): member in StateTracker
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1500 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function
1566 !InBlock(BOp->getOperand(0), CurBB->getBasicBlock()) || in FindMergedConditions()
1567 !InBlock(BOp->getOperand(1), CurBB->getBasicBlock())) { in FindMergedConditions()