Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp192 bool Evaluator::EvaluateBlock(BasicBlock::iterator CurInst, in EvaluateBlock()
559 BasicBlock::iterator CurInst = CurBB->begin(); in EvaluateFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp291 bool Evaluator::EvaluateBlock(BasicBlock::iterator CurInst, in EvaluateBlock()
669 BasicBlock::iterator CurInst = CurBB->begin(); in EvaluateFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h64 BasicBlock::iterator CurInst; // The next instruction to execute member
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h67 BasicBlock::iterator CurInst; // The next instruction to execute member
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h73 BasicBlock::iterator CurInst; // The next instruction to execute member
/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp224 MachineBasicBlock::iterator CurInst; in searchBackwards() local
/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp189 void setInst(Inst *CurInst, InstList::iterator Cur, InstList::iterator Next) { in setInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp255 MachineBasicBlock::iterator CurInst; in searchBackwards() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2186 bool GVN::performScalarPRE(Instruction *CurInst) { in performScalarPRE()
2367 Instruction *CurInst = &*BI++; in performPRE() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2338 bool GVN::performScalarPRE(Instruction *CurInst) { in performScalarPRE()
2483 Instruction *CurInst = &*BI++; in performPRE() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h95 const Instruction *CurInst = nullptr; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h89 const Instruction *CurInst; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp2236 Instruction *CurInst = BI++; in performPRE() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp2330 BasicBlock::iterator CurInst = F->begin()->begin(); in EvaluateFunction() local