Home
last modified time | relevance | path

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

/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
/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
/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
/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/llvm-project/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp278 collectInstructionsInBetween(Instruction &StartInst, const Instruction &EndInst, in collectInstructionsInBetween()
349 Instruction &EndInst = (MoveForward ? InsertPoint : I); in isSafeToMoveBefore() local
DLocal.cpp2018 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