Home
last modified time | relevance | path

Searched defs:CurInst (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h62 BasicBlock::iterator CurInst; // The next instruction to execute member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp295 bool Evaluator::EvaluateBlock(BasicBlock::iterator CurInst, BasicBlock *&NextBB, in EvaluateBlock()
652 BasicBlock::iterator CurInst = CurBB->begin(); in EvaluateFunction() local
H A DCodeMoverUtils.cpp299 Instruction *CurInst = *WorkList.begin(); in collectInstructionsInBetween() local
400 if (llvm::any_of(InstsToCheck, [&DI, &I](Instruction *CurInst) { in isSafeToMoveBefore()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp308 MachineBasicBlock::iterator CurInst; in searchBackwards() local
401 MachineBasicBlock::iterator CurInst = std::next(I); searchALUInst() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h366 const Instruction *CurInst; member
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h99 const Instruction *CurInst = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2938 bool GVNPass::performScalarPRE(Instruction *CurInst) { in performScalarPRE()
3116 Instruction *CurInst = &*BI++; in performPRE() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1069 auto CurInst = MI.getIterator(); in salvageCopySSAImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3334 Instruction *CurInst = SyncInst; in updateImpl() local