Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp60 collectInstructionsInBetween(Instruction &StartInst, const Instruction &EndInst, in collectInstructionsInBetween()
134 Instruction &EndInst = (MoveForward ? InsertPoint : I); in isSafeToMoveBefore() local
DLocal.cpp1898 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in removeAllNonTerminatorAndEHPadInstructions() local
/external/angle/third_party/spirv-tools/src/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
/external/deqp-deps/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
/external/swiftshader/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp280 collectInstructionsInBetween(Instruction &StartInst, const Instruction &EndInst, in collectInstructionsInBetween()
359 Instruction &EndInst = (MoveForward ? InsertPoint : I); in isSafeToMoveBefore() local
DLocal.cpp2210 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in removeAllNonTerminatorAndEHPadInstructions() local
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1296 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in removeAllNonTerminatorAndEHPadInstructions() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DIROutliner.cpp258 Instruction *EndInst = nullptr; in splitCandidate() local