Home
last modified time | relevance | path

Searched refs:EndInst (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfunction.h77 inline Instruction* EndInst() { return end_inst_.get(); } in EndInst() function
78 inline const Instruction* EndInst() const { return end_inst_.get(); } in EndInst() function
Dprocess_lines_pass.cpp68 modified |= line_process_func_(function.EndInst(), &file_id, &line, &col); in ProcessLines()
Dfunction.cpp43 clone->SetFunctionEnd(std::unique_ptr<Instruction>(EndInst()->Clone(ctx))); in Clone()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h77 inline Instruction* EndInst() { return end_inst_.get(); } in EndInst() function
78 inline const Instruction* EndInst() const { return end_inst_.get(); } in EndInst() function
Dprocess_lines_pass.cpp68 modified |= line_process_func_(function.EndInst(), &file_id, &line, &col); in ProcessLines()
Dfunction.cpp43 clone->SetFunctionEnd(std::unique_ptr<Instruction>(EndInst()->Clone(ctx))); in Clone()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp1717 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in DeleteInstructionInBlock() local
1718 while (EndInst != BB->begin()) { in DeleteInstructionInBlock()
1720 BasicBlock::iterator I = EndInst; in DeleteInstructionInBlock()
1725 EndInst = Inst; in DeleteInstructionInBlock()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1296 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in removeAllNonTerminatorAndEHPadInstructions() local
1297 while (EndInst != &BB->front()) { in removeAllNonTerminatorAndEHPadInstructions()
1299 Instruction *Inst = &*--EndInst->getIterator(); in removeAllNonTerminatorAndEHPadInstructions()
1303 EndInst = Inst; in removeAllNonTerminatorAndEHPadInstructions()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1919 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in DoOneIteration() local
1920 while (EndInst != BB->begin()) { in DoOneIteration()
1922 BasicBlock::iterator I = EndInst; in DoOneIteration()
1927 EndInst = Inst; in DoOneIteration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1887 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in removeAllNonTerminatorAndEHPadInstructions() local
1888 while (EndInst != &BB->front()) { in removeAllNonTerminatorAndEHPadInstructions()
1890 Instruction *Inst = &*--EndInst->getIterator(); in removeAllNonTerminatorAndEHPadInstructions()
1894 EndInst = Inst; in removeAllNonTerminatorAndEHPadInstructions()