Home
last modified time | relevance | path

Searched refs:getLoopExitInstr (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h192 Instruction *getLoopExitInstr() { return LoopExitInstr; } in getLoopExitInstr() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h204 Instruction *getLoopExitInstr() { return LoopExitInstr; } in getLoopExitInstr() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp623 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()
DLoopVectorize.cpp3557 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in fixReduction()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3518 Instruction *LoopExitInst = RdxDesc.getLoopExitInstr(); in vectorizeLoop()
4621 AllowedExit.insert(RedDes.getLoopExitInstr()); in canVectorizeInstrs()