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