Searched defs:CurInst (Results 1 – 8 of 8) sorted by relevance
62 BasicBlock::iterator CurInst; // The next instruction to execute member
297 Instruction *CurInst = *WorkList.begin(); in collectInstructionsInBetween() local377 if (llvm::any_of(InstsToCheck, [&DI, &I](Instruction *CurInst) { in isSafeToMoveBefore()
324 bool Evaluator::EvaluateBlock(BasicBlock::iterator CurInst, BasicBlock *&NextBB, in EvaluateBlock()712 BasicBlock::iterator CurInst = CurBB->begin(); in EvaluateFunction() local
368 const Instruction *CurInst; member
290 MachineBasicBlock::iterator CurInst; in searchBackwards() local
95 const Instruction *CurInst = nullptr; variable
2616 bool GVN::performScalarPRE(Instruction *CurInst) { in performScalarPRE()2815 Instruction *CurInst = &*BI++; in performPRE() local
1344 unsigned CurInst; member in __anon45b083930211::InstrRefBasedLDV