Searched refs:CountAddr (Results 1 – 1 of 1) sorted by relevance
2040 Address CountAddr = CreateMemTemp(LogicalTy, ".count.addr"); in EmitOMPCanonicalLoop() local2041 emitCapturedStmtCall(*this, DistanceClosure, {CountAddr.getPointer()}); in EmitOMPCanonicalLoop()2042 llvm::Value *DistVal = Builder.CreateLoad(CountAddr, ".count"); in EmitOMPCanonicalLoop()