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