Searched refs:getParentBlock (Results 1 – 16 of 16) sorted by relevance
87 Block *dom = value.getParentBlock(); in findCommonDominator()97 dom = doms.findNearestCommonDominator(dom, childValue.getParentBlock()); in findCommonDominator()
118 builder.setInsertionPointToStart(value.getParentBlock()); in addAutomaticRefCounting()158 blockLiveness->getBlock() == value.getParentBlock(); in addAutomaticRefCounting()
65 BasicBlock *getParentBlock(Value *v);
340 BasicBlock *llvm::getParentBlock(Value *v) { in getParentBlock() function in llvm
141 StateT state(&dominators, allocValue, allocValue.getParentBlock()); in hoist()317 alloc, alloc.getParentBlock(), liveness); in promote()
200 Block *parentBlock = value.getParentBlock(); in introduceCopies()
427 assert(value.getParentBlock() == block && "expected value of this block"); in getOrderOf()500 bool lhsIsInBlock = lhsOperand.getParentBlock() == leaderBlock; in addToCluster()501 bool rhsIsInBlock = rhsOperand.getParentBlock() == mergeBlock; in addToCluster()
375 first_block_arg.getParentBlock() == &first_region.front() && in ConvertWhileOp()376 second_block_arg.getParentBlock() == &second_region.front(); in ConvertWhileOp()
95 Block *Value::getParentBlock() { in getParentBlock() function in Value
254 const TIntermBlock *parentBlock = getParentBlock(); in visitAggregate()
168 const TIntermBlock *getParentBlock() const;
237 const TIntermBlock *TIntermTraverser::getParentBlock() const in getParentBlock() function in sh::TIntermTraverser
140 Block *getParentBlock();
75 if (arg.getParentBlock() == ®ion_->front()) return arg.getArgNumber(); in GetArg()
2221 if (getRootNode() == getParentBlock()) in visitDeclaration()
881 if (returned_val.getParentBlock() == &first_branch->front()) { in matchAndRewrite()