Searched refs:CurInstIterator (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScalarizeMaskedMemIntrin.cpp837 BasicBlock::iterator CurInstIterator = BB.begin(); local
838 while (CurInstIterator != BB.end()) {
839 if (CallInst *CI = dyn_cast<CallInst>(&*CurInstIterator++))
H A DCodeGenPrepare.cpp266 BasicBlock::iterator CurInstIterator; member in class:__anon4526::CodeGenPrepare
340 Value *CurValue = &*CurInstIterator;
348 CurInstIterator = BB->begin();
1883 CurInstIterator = BB->begin();
5128 Value *CurValue = &*CurInstIterator;
5130 BasicBlock *BB = CurInstIterator->getParent();
5137 CurInstIterator = BB->begin();
5933 if (&*CurInstIterator == And)
5934 CurInstIterator = std::next(And->getIterator());
6072 CurInstIterator
[all...]

Completed in 123 milliseconds