Home
last modified time | relevance | path

Searched refs:IdxCmp (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp326 Value *IdxCmp = in CloneLoopBlocks() local
328 Builder.CreateCondBr(IdxCmp, FirstLoopBB, InsertBot); in CloneLoopBlocks()
662 Value *IdxCmp; in UnrollRuntimeLoopRemainder() local
664 IdxCmp = B2.CreateIsNotNull(IdxSub, NewIdx->getName() + ".ncmp"); in UnrollRuntimeLoopRemainder()
666 IdxCmp = B2.CreateIsNull(IdxSub, NewIdx->getName() + ".ncmp"); in UnrollRuntimeLoopRemainder()
669 LatchBR->setCondition(IdxCmp); in UnrollRuntimeLoopRemainder()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp347 Value *IdxCmp = in CloneLoopBlocks() local
349 Builder.CreateCondBr(IdxCmp, FirstLoopBB, InsertBot); in CloneLoopBlocks()
868 Value *IdxCmp; in UnrollRuntimeLoopRemainder() local
870 IdxCmp = B2.CreateIsNotNull(IdxSub, NewIdx->getName() + ".ncmp"); in UnrollRuntimeLoopRemainder()
872 IdxCmp = B2.CreateIsNull(IdxSub, NewIdx->getName() + ".ncmp"); in UnrollRuntimeLoopRemainder()
875 LatchBR->setCondition(IdxCmp); in UnrollRuntimeLoopRemainder()