Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp60 collectInstructionsInBetween(Instruction &StartInst, const Instruction &EndInst, in collectInstructionsInBetween() argument
82 if (CurInst == &EndInst) in collectInstructionsInBetween()
134 Instruction &EndInst = (MoveForward ? InsertPoint : I); in isSafeToMoveBefore() local
136 collectInstructionsInBetween(StartInst, EndInst, InstsToCheck); in isSafeToMoveBefore()
DLocal.cpp1898 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in removeAllNonTerminatorAndEHPadInstructions() local
1899 while (EndInst != &BB->front()) { in removeAllNonTerminatorAndEHPadInstructions()
1901 Instruction *Inst = &*--EndInst->getIterator(); in removeAllNonTerminatorAndEHPadInstructions()
1905 EndInst = Inst; in removeAllNonTerminatorAndEHPadInstructions()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.h88 inline Instruction* EndInst() { return end_inst_.get(); } in EndInst() function
89 inline const Instruction* EndInst() const { return end_inst_.get(); } in EndInst() function
Dfunction.cpp48 clone->SetFunctionEnd(std::unique_ptr<Instruction>(EndInst()->Clone(ctx))); in Clone()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h88 inline Instruction* EndInst() { return end_inst_.get(); } in EndInst() function
89 inline const Instruction* EndInst() const { return end_inst_.get(); } in EndInst() function
Dfunction.cpp48 clone->SetFunctionEnd(std::unique_ptr<Instruction>(EndInst()->Clone(ctx))); in Clone()
/third_party/spirv-tools/source/opt/
Dfunction.h89 inline Instruction* EndInst() { return end_inst_.get(); } in EndInst() function
90 inline const Instruction* EndInst() const { return end_inst_.get(); } in EndInst() function
Dfunction.cpp48 clone->SetFunctionEnd(std::unique_ptr<Instruction>(EndInst()->Clone(ctx))); in Clone()
/third_party/spirv-tools/source/diff/
Ddiff.cpp1471 body.push_back(function.EndInst()); in GetFunctionBody()