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