Searched defs:CurInst (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h62 BasicBlock::iterator CurInst; // The next instruction to execute member in struct:llvm::ExecutionContext
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h366 const Instruction *CurInst; member in struct:llvm::MustBeExecutedIterator
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp326 bool Evaluator::EvaluateBlock(BasicBlock::iterator CurInst, argument
692 BasicBlock::iterator CurInst = CurBB->begin(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp290 MachineBasicBlock::iterator CurInst; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h95 const Instruction *CurInst = nullptr; member in class:llvm::SelectionDAGBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2302 bool GVN::performScalarPRE(Instruction *CurInst) { argument
2495 Instruction *CurInst = &*BI++; local
[all...]

Completed in 182 milliseconds