Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp278 collectInstructionsInBetween(Instruction &StartInst, const Instruction &EndInst, in collectInstructionsInBetween() argument
300 if (CurInst == &EndInst) in collectInstructionsInBetween()
349 Instruction &EndInst = (MoveForward ? InsertPoint : I); in isSafeToMoveBefore() local
351 collectInstructionsInBetween(StartInst, EndInst, InstsToCheck); in isSafeToMoveBefore()
DLocal.cpp2018 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in removeAllNonTerminatorAndEHPadInstructions() local
2019 while (EndInst != &BB->front()) { in removeAllNonTerminatorAndEHPadInstructions()
2021 Instruction *Inst = &*--EndInst->getIterator(); in removeAllNonTerminatorAndEHPadInstructions()
2025 EndInst = Inst; in removeAllNonTerminatorAndEHPadInstructions()
/external/deqp-deps/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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
/external/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()
/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()